Similar Websites
Similar Websites
什麼是Similar Websites?
Similar Websites是由https://odir.org開發的Chrome擴展程式,該擴展的主要功能是“Similar Websites”。
下載Similar Websites擴展crx文件
下載Similar Websites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | ![]() |
ID | bphmdijlndgbcfcafdkjmidjkeidenci |
官方網址 | https://chrome.google.com/webstore/detail/similar-websites/bphmdijlndgbcfcafdkjmidjkeidenci |
簡介 | Similar Websites |
檔案大小 | 701 KB |
安裝次數 | 135 |
目前版本 | 0.0.4 |
更新時間 | 2017-02-16 |
上架時間 | 2017-02-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://odir.org |
付費類型 | free |
支援的語言 | 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'" } |