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 |
| 官方URL | 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'"
} | |