Vostfree-Extension
Extension for Vostfree Website
Vostfree-Extensionคืออะไร?
Vostfree-Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bastien boymond และคุณลักษณะหลักของมันคือ "Extension for Vostfree Website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vostfree-Extension
ดาวน์โหลดไฟล์ส่วนขยาย Vostfree-Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension qui permet de facilité la vie des utilisateur du site Vostfree.tv Les addons: - Une popup qui permet un meilleur suivi des suivis de vos animé prefere - une inegration d'un button qui ramene directement au manga de l'animé - un systeme de notif qui fais que tout les 24h on nous dis ce qu'on dois encore regarder et quand un nouvelle episode sort
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Vostfree-Extension |
ID | gealnbcnbbnbhkkokmchmacmblogonak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vostfree-extension/gealnbcnbbnbhkkokmchmacmblogonak |
คำอธิบาย | Extension for Vostfree Website |
ขนาดไฟล์ | 39.14 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-11-02 |
วันที่เผยแพร่ | 2021-11-01 |
ผู้พัฒนา | bastien boymond |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/BastienBoymond/Vostfree-Extension |
URL หน้าช่วยเหลือ | https://github.com/BastienBoymond/Vostfree-Extension |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Vostfree-Extension", "description": "Extension for Vostfree Website", "version": "1.5", "permissions": [ "storage", "cookies", "notifications", "alarms" ], "host_permissions": [ "http:\/\/54.36.183.102:2900\/*", "http:\/\/54.36.183.102:3900\/*", "https:\/\/www.japscan.ws\/*", "https:\/\/vostfree.tv\/" ], "content_scripts": [ { "matches": [ "https:\/\/vostfree.tv\/", "https:\/\/vostfree.tv\/*" ], "js": [ "index.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "popup\/assets\/Vostfree.png", "default_popup": "popup\/home\/popup.html", "default_title": "Vostfree-Extension" }, "icons": { "16": "popup\/assets\/Vostfree.png", "48": "popup\/assets\/Vostfree.png", "128": "popup\/assets\/Vostfree.png" } } |