8Drama Rem
8Drama Rem
8Drama Remคืออะไร?
8Drama Rem เป็นส่วนขยายของ Chrome ที่พัฒนาโดย item.search และคุณลักษณะหลักของมันคือ "8Drama Rem"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 8Drama Rem
ดาวน์โหลดไฟล์ส่วนขยาย 8Drama Rem ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
幫你記住楓林網中你看過的集數。 * 點擊過的連結會顯示淺灰色 * 當進入楓林網即自動加載
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | llgeihbbaepnopkfdaaaniopicheonbe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/8drama-rem/llgeihbbaepnopkfdaaaniopicheonbe |
คำอธิบาย | 8Drama Rem |
ขนาดไฟล์ | 152 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-06-09 |
วันที่เผยแพร่ | 2017-06-09 |
ผู้พัฒนา | item.search |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "8Drama Rem", "version": "1.0", "manifest_version": 2, "description": "8Drama Rem", "page_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "http:\/\/8drama.ru\/*" ] } ], "permissions": [ "tabs", "storage", "http:\/\/*\/*" ] } |