hayhaytv
hayhaytv extension let's you watch hayhaytv.vn without ads.
什么是hayhaytv?
hayhaytv是由Cún tập code开发的Chrome扩展程序,该扩展的主要功能是“hayhaytv extension let's you watch hayhaytv.vn without ads.”。
扩展截图
下载hayhaytv扩展crx文件
下载hayhaytv扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"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].
扩展基本信息
名称 | hayhaytv |
ID | mdgnonpkhnncfcnobfafhpcbldkjjjhn |
官方URL | https://chromewebstore.google.com/detail/hayhaytv/mdgnonpkhnncfcnobfafhpcbldkjjjhn |
简介 | hayhaytv extension let's you watch hayhaytv.vn without ads. |
文件大小 | 44.78 KB |
安装次数 | 30 |
当前版本 | 0.0.2 |
更新时间 | 2013-05-09 |
上架时间 | 2013-05-09 |
评分 | 4.20/5 共5次评分 |
开发者 | Cún tập code |
付费类型 | free |
支持的语言 | 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" ] } ] } |