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
擴展基本資訊
名稱 | soap4youand.me checker |
ID | dkdmkhkkliigngnlcnianiahohlnblel |
官方網址 | 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 |
電子郵箱 | [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" ] } |