Vostfree-Extension
Extension for Vostfree Website
Vostfree-Extension là gì?
Vostfree-Extension là một tiện ích mở rộng Chrome được phát triển bởi bastien boymond, và tính năng chính của nó là "Extension for Vostfree Website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vostfree-Extension
Tải xuống các tệp mở rộng Vostfree-Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Vostfree-Extension |
ID | gealnbcnbbnbhkkokmchmacmblogonak |
URL Chính Thức | https://chromewebstore.google.com/detail/vostfree-extension/gealnbcnbbnbhkkokmchmacmblogonak |
Mô tả | Extension for Vostfree Website |
Kích Thước Tệp | 39.14 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2021-11-02 |
Ngày Phát Hành | 2021-11-01 |
Nhà Phát Triển | bastien boymond |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/BastienBoymond/Vostfree-Extension |
URL Trang Trợ Giúp | https://github.com/BastienBoymond/Vostfree-Extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |