Aypierre notifieur de stream
Permet d'être informé du début des stream d'Aypierre
Aypierre notifieur de stream là gì?
Aypierre notifieur de stream là một tiện ích mở rộng Chrome được phát triển bởi Freebios, và tính năng chính của nó là "Permet d'être informé du début des stream d'Aypierre".
Ả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 Aypierre notifieur de stream
Tải xuống các tệp mở rộng Aypierre notifieur de stream 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
Nouvelle extension disponible ici: https://chrome.google.com/webstore/detail/livenotif-aypierre/oapbenfplhadkkokfloaogfkolhojgcl Plugin chrome permettant d'être notifié du début des lives twitch de Aypierre
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Aypierre notifieur de stream |
ID | eneplfegjjfhefhmckflgkgpednebedo |
URL Chính Thức | https://chromewebstore.google.com/detail/aypierre-notifieur-de-str/eneplfegjjfhefhmckflgkgpednebedo |
Mô tả | Permet d'être informé du début des stream d'Aypierre |
Kích Thước Tệp | 1.46 MB |
Số Lần Cài Đặt | 460 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2018-11-11 |
Ngày Phát Hành | 2018-11-11 |
Đánh Giá | 4.53/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Freebios |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aypierre notifieur de stream", "description": "Permet d'\u00eatre inform\u00e9 du d\u00e9but des stream d'Aypierre", "version": "1.4", "browser_action": { "default_icon": "images\/icon_off.png", "default_popup": "popup.html" }, "icons": { "128": "images\/stream.png" }, "options_page": "options.html", "permissions": [ "notifications", "storage", "tabs", "http:\/\/localhost:3000\/*", "http:\/\/62.210.119.253:3000\/*", "https:\/\/static-cdn.jtvnw.net\/*" ], "background": { "scripts": [ "js\/jquery-3.1.1.min.js", "background.js" ] }, "web_accessible_resources": [ "images\/*", "fonts\/*", "js\/*", "sounds\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |