soap4youand.me checker
Checks for new shows on soap4youand.me
soap4youand.me checkerとは何ですか?
soap4youand.me checkerはIllia Panasenkoによって開発されたChromeの拡張機能で、その主な機能は「Checks for new shows on soap4youand.me」です。
拡張機能のスクリーンショット
soap4youand.me checker拡張機能のCRXファイルをダウンロード
soap4youand.me checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extensions does one simple thing: it notifies you when there is new show available on https://soap4youand.me 拡張機能の基本情報
| 名前 | |
| ID | dkdmkhkkliigngnlcnianiahohlnblel |
| 公式URL | https://chromewebstore.google.com/detail/soap4youandme-checker/dkdmkhkkliigngnlcnianiahohlnblel |
| 説明 | Checks for new shows on soap4youand.me |
| ファイルサイズ | 39.67 KB |
| インストール数 | 14 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2023-06-24 |
| 公開日 | 2015-05-30 |
| 開発者 | Illia Panasenko |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.1.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/chromereload.js",
"scripts\/defaultSettings.js",
"scripts\/jquery.min.js",
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "soap4youand.me Checker",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/soap4youand.me\/",
"storage",
"alarms"
]
} | |