Open in builtwith
Open in builtwith
What is Open in builtwith?
Open in builtwith is a Chrome extension developed by muthali ganesh, and its main feature is "Open in builtwith".
Extension Screenshots
Download Open in builtwith Extension CRX File
Download Open in builtwith extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Opens the current website in builtwith for getting more information on the different technologies used in the website
Extension Basic Information
Name | Open in builtwith |
ID | kbjfocbialdjlajcbohmjfmbionhcinf |
Official URL | https://chromewebstore.google.com/detail/open-in-builtwith/kbjfocbialdjlajcbohmjfmbionhcinf |
Description | Open in builtwith |
File Size | 14.86 KB |
Installation Count | 2,691 |
Current Version | 2.0 |
Last Updated | 2020-09-04 |
Publish Date | 2020-09-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | muthali ganesh |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://aozata.com/aozata-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in builtwith", "short_name": "Similarweb", "version": "2.0", "manifest_version": 2, "background": { "scripts": [ "builtwith.js" ] }, "description": "Open in builtwith", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in builtwith" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |