hayhaytv
hayhaytv extension let's you watch hayhaytv.vn without ads.
Was ist hayhaytv?
hayhaytv ist eine Chrome-Erweiterung, die von Cún tập code entwickelt wurde, und ihr Hauptmerkmal ist "hayhaytv extension let's you watch hayhaytv.vn without ads.".
Erweiterungsscreenshots
hayhaytv-Erweiterungs-CRX-Datei herunterladen
Laden Sie hayhaytv-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
"HayhayTV - Hay là Play" đã hay rồi nay còn hay hơn với tiện ích mở rộng này. Mình đặt tên nó là hayhaytv, hayhaytv giúp các bạn xem phim trên http://www.hayhaytv.vn đỡ phiền toái hơn: - không có quảng cáo ở nền phía sau player - không có clip quảng cáo khi xem phim - tự động play Mọi thắc mắc, yêu cầu sửa lỗi, mở rộng, nâng cấp các bạn email cho mình tại [email protected].
Grundlegende Informationen zur Erweiterung
Name | hayhaytv |
ID | mdgnonpkhnncfcnobfafhpcbldkjjjhn |
Offizielle URL | https://chromewebstore.google.com/detail/hayhaytv/mdgnonpkhnncfcnobfafhpcbldkjjjhn |
Beschreibung | hayhaytv extension let's you watch hayhaytv.vn without ads. |
Dateigröße | 44.78 KB |
Installationsanzahl | 30 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2013-05-09 |
Veröffentlichungsdatum | 2013-05-09 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Cún tập code |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "hayhaytv", "default_popup": "popup.html" }, "options_page": "options.html", "omnibox": { "keyword": "hayhaytv" }, "web_accessible_resources": [ "scripts\/misc.js" ], "content_scripts": [ { "matches": [ "http:\/\/www.hayhaytv.vn\/*" ], "css": [ "styles\/main.css" ], "js": [ "components\/jquery\/jquery.js", "scripts\/misc.js" ] } ] } |