soap4youand.me checker
Checks for new shows on soap4youand.me
soap4youand.me checkerคืออะไร?
soap4youand.me checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Illia Panasenko และคุณลักษณะหลักของมันคือ "Checks for new shows on soap4youand.me"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย soap4youand.me checker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" ] } |