Subscence
This extension was created to search moves sub
什么是Subscence?
Subscence是由mezorii开发的Chrome扩展程序,该扩展的主要功能是“This extension was created to search moves sub”。
下载Subscence扩展crx文件
下载Subscence扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
To find movies sub 扩展基本信息
| 名称 | |
| ID | bibbhgjjfifeckikjilloppkeohmgbmo |
| 官方URL | https://chromewebstore.google.com/detail/subscence/bibbhgjjfifeckikjilloppkeohmgbmo |
| 简介 | This extension was created to search moves sub |
| 文件大小 | 107 KB |
| 安装次数 | 45 |
| 当前版本 | 0.1 |
| 更新时间 | 2018-03-27 |
| 上架时间 | 2018-03-27 |
| 开发者 | mezorii |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Subscence",
"version": "0.1",
"manifest_version": 2,
"description": "This extension was created to search moves sub",
"homepage_url": "https:\/\/subscene.com\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": false
},
"options_page": "src\/options_custom\/index.html",
"page_action": {
"default_icon": "icons\/icon19.png",
"default_title": "page action demo",
"default_popup": "src\/page_action\/page_action.html"
},
"chrome_url_overrides": {
"bookmarks": "src\/override\/override.html"
},
"permissions": [
"bookmarks",
"contextMenus",
"history"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/*"
],
"css": [
"src\/inject\/inject.css"
]
}
]
} | |