Sardalert
Tenez vous informé des lives de Sardoche ! Si vous êtes abonné, profitez du proxy pour débloquer pandora.com !
Sardalert là gì?
Sardalert là một tiện ích mở rộng Chrome được phát triển bởi https://sardoche.tv, và tính năng chính của nó là "Tenez vous informé des lives de Sardoche ! Si vous êtes abonné, profitez du proxy pour débloquer pandora.com !".
Ả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 Sardalert
Tải xuống các tệp mở rộng Sardalert 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
Cette extension vous permet de rester à jour avec l'actualité de votre streamer favori, Sardoche! Elle vous permettra: - de vous connecter avec votre compte Twitch.tv - d'être prévenu des lives ou autres évènements auxquels Sardoche participe - d'avoir un accès rapide aux réseaux sociaux de Sardoche - (abonnés Twitch): d'accéder au proxy pandora
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sardalert |
ID | elnpfaoipdfdhikjacbpcfhpnehjjaii |
URL Chính Thức | https://chromewebstore.google.com/detail/sardalert/elnpfaoipdfdhikjacbpcfhpnehjjaii |
Mô tả | Tenez vous informé des lives de Sardoche ! Si vous êtes abonné, profitez du proxy pour débloquer pandora.com ! |
Kích Thước Tệp | 654 KB |
Số Lần Cài Đặt | 12,397 |
Phiên Bản Hiện Tại | 17.1 |
Cập Nhật Lần Cuối | 2024-01-08 |
Ngày Phát Hành | 2017-03-07 |
Đánh Giá | 4.85/5 Tổng số 232 Đánh Giá |
Nhà Phát Triển | https://sardoche.tv |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sardoche.tv/addon |
URL Trang Trợ Giúp | https://sardoche.tv/addon |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sardalert", "version": "17.1", "description": "Tenez vous inform\u00e9 des lives de Sardoche ! Si vous \u00eates abonn\u00e9, profitez du proxy pour d\u00e9bloquer pandora.com !", "offline_enabled": false, "browser_specific_settings": { "gecko": { "strict_min_version": "91.1.0" } }, "action": { "default_popup": "popup.95a692fe.html", "default_icon": "128-light.21c8cc92.png" }, "background": { "service_worker": "background.049f0ed3.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "youtubeHQ.63aa2179.js" ], "css": [ "styles.e30d0678.css" ] } ], "icons": { "16": "16-light.8280e233.png", "48": "48-light.2aaa1236.png", "128": "128-light.21c8cc92.png" }, "incognito": "spanning", "permissions": [ "storage", "notifications", "webNavigation", "identity", "proxy", "alarms" ] } |