Subscence
This extension was created to search moves sub
Subscenceคืออะไร?
Subscence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mezorii และคุณลักษณะหลักของมันคือ "This extension was created to search moves sub"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subscence
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |