Similar Websites
Similar Websites
What is Similar Websites?
Similar Websites is a Chrome extension developed by https://odir.org, and its main feature is "Similar Websites".
Download Similar Websites Extension CRX File
Download Similar Websites 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
Extension Basic Information
Name | ![]() |
ID | bphmdijlndgbcfcafdkjmidjkeidenci |
Official URL | https://chrome.google.com/webstore/detail/similar-websites/bphmdijlndgbcfcafdkjmidjkeidenci |
Description | Similar Websites |
File Size | 701 KB |
Installation Count | 135 |
Current Version | 0.0.4 |
Last Updated | 2017-02-16 |
Publish Date | 2017-02-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://odir.org |
Payment Type | free |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.odir.org\/*", "*:\/\/*.odir.us\/*" ], "js": [ "scripts\/content.js" ] } ], "chrome_url_overrides": { "newtab": "index.html" }, "optional_permissions": [ "topSites" ], "browser_action": { "default_icon": "images\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'" } |