SeasonVar
This extension check new series on seasonvar.
SeasonVarคืออะไร?
SeasonVar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seasonvar.ru และคุณลักษณะหลักของมันคือ "This extension check new series on seasonvar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SeasonVar
ดาวน์โหลดไฟล์ส่วนขยาย SeasonVar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Данное расширение позволяет управлять отметками на сайте seasonvar.ru
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SeasonVar |
ID | nabjlccebfffbgmmoadelclcoaflbhnn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/seasonvar/nabjlccebfffbgmmoadelclcoaflbhnn |
คำอธิบาย | This extension check new series on seasonvar. |
ขนาดไฟล์ | 114 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 0.1.8 |
อัปเดตครั้งล่าสุด | 2018-07-13 |
วันที่เผยแพร่ | 2018-07-13 |
คะแนน | 4.21/5 รวมทั้งหมด 141 คะแนน |
ผู้พัฒนา | https://seasonvar.ru |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SeasonVar", "description": "This extension check new series on seasonvar.", "version": "0.1.8", "permissions": [ "http:\/\/seasonvar.ru\/*", "alarms", "notifications", "storage", "cookies" ], "browser_action": { "default_icon": "assets\/img\/login.ok.png", "default_popup": "popup.html" }, "background": { "scripts": [ "assets\/js\/ext.marks.min.js", "assets\/js\/background.min.js" ] }, "icons": { "128": "assets\/img\/128.png" }, "options_page": "options.html" } |