DeSkin
Hides Vevo ads from around Youtube videos
DeSkin là gì?
DeSkin là một tiện ích mở rộng Chrome được phát triển bởi https://www.bitfalls.com, và tính năng chính của nó là "Hides Vevo ads from around Youtube videos".
Ả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 DeSkin
Tải xuống các tệp mở rộng DeSkin 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
Hides Vevo (and any other ad company) wrapper ads around videos from Youtube. There is a full tutorial on how and why this extension was made here: http://www.bitfalls.com/2012/11/deskin-hide-vevo-ads-from-youtube.html Updated tutorial: http://www.bitfalls.com/2012/12/deskin-11-removing-vevo-ads-from.html ----------------------------------- UPDATE Dec 16th 2012: Extension revamped to accomodate for newest Youtube design. Please rate the extension if you find it useful, spread the word, and try helping out with ironing the source code further if you're interested. -----------------------------------
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjfcomekfmcfgeggbconlaaojjchiccg |
URL Chính Thức | https://chromewebstore.google.com/detail/deskin/gjfcomekfmcfgeggbconlaaojjchiccg |
Mô tả | Hides Vevo ads from around Youtube videos |
Kích Thước Tệp | 41.36 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 1.1.0.0 |
Cập Nhật Lần Cuối | 2012-12-16 |
Ngày Phát Hành | 2012-12-15 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.bitfalls.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeSkin", "version": "1.1.0.0", "manifest_version": 2, "description": "Hides Vevo ads from around Youtube videos", "background": { "page": "background.html" }, "page_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "DeSkin is in effect" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch?*" ], "js": [ "scripts\/main.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |