DeSkin
Hides Vevo ads from around Youtube videos
什么是DeSkin?
DeSkin是由https://www.bitfalls.com开发的Chrome扩展程序,该扩展的主要功能是“Hides Vevo ads from around Youtube videos”。
扩展截图
下载DeSkin扩展crx文件
下载DeSkin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. -----------------------------------
扩展基本信息
名称 | |
ID | gjfcomekfmcfgeggbconlaaojjchiccg |
官方URL | https://chromewebstore.google.com/detail/deskin/gjfcomekfmcfgeggbconlaaojjchiccg |
简介 | Hides Vevo ads from around Youtube videos |
文件大小 | 41.36 KB |
安装次数 | 59 |
当前版本 | 1.1.0.0 |
更新时间 | 2012-12-16 |
上架时间 | 2012-12-15 |
评分 | 3.67/5 共3次评分 |
开发者 | https://www.bitfalls.com |
付费类型 | free |
支持的语言 | 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" } } |