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"
]
}
]
} | |