Open in Similarweb
Open in similarweb
What is Open in Similarweb?
Open in Similarweb is a Chrome extension developed by https://www.aozata.com, and its main feature is "Open in similarweb".
Extension Screenshots
Download Open in Similarweb Extension CRX File
Download Open in Similarweb 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
This extension open the current website you are browing in similarweb and gets you analytics such as traffic, sources, referrals and more.
Extension Basic Information
Name | Open in Similarweb |
ID | klcggngpagkfoibiidmbccmnbhcfkfkp |
Official URL | https://chromewebstore.google.com/detail/open-in-similarweb/klcggngpagkfoibiidmbccmnbhcfkfkp |
Description | Open in similarweb |
File Size | 17.59 KB |
Installation Count | 10,000 |
Current Version | 2.0 |
Last Updated | 2020-06-16 |
Publish Date | 2020-06-16 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://www.aozata.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.aozata.com |
Privacy Policy Page URL | https://aozata.com/aozata-privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Similarweb", "short_name": "Similarweb", "version": "2.0", "manifest_version": 2, "background": { "scripts": [ "similarweb.js" ] }, "description": "Open in similarweb", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in similarweb" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |