We built Insight to be a private, extensible iOS browser that's not only fun but also puts users are in control of how they browse the internet. Creating an extension is incredibly easy and most extensions can be built with no code at all.
https://s3-us-west-2.amazonaws.com/secure.notion-static.com/862a9db7-7ec1-4b97-b3c8-815cc61878c1/RPReplay_Final1614304045.mov
Follow the steps below to start building your own extension:
<aside>
🔥 Tip: Our collections page is a great starting point for inspiration! To get a jumpstart, add any extension and start customizing it.
</aside>
- Tap the 🚀 icon from any webpage on the Insight browser.

-
You will now see the extensions page, you can choose from the suggested extensions list or tap on the "Add Extensions" option.
-
Extensions follow simple "If.. then" logic. (Read more here How to create and edit extensions)


- The "If" statement is the trigger you want your extension to work on. For example: "If I search for recipes on Google" then do "this".
- You can set a trigger on multiple conditions such as when you're on a specific website or when you're searching for a specific keyword.
- Once you've set your trigger, you can now choose the "then" condition which is the action you want Insight to take when your trigger is executed.
- For example "If I search for recipes on Google" then "Search only SeriousEats and NYTimes"
- You can set many types of actions such as opening a page, injecting your JS scripts and more.

- Once you're done adding conditions. Save your extension with a name.
- Want to share an extension with friends? Simply copy the link and forward it on!