DeSkin

Hides Vevo ads from around Youtube videos

什麼是DeSkin?

DeSkin是由https://www.bitfalls.com開發的Chrome擴展程式,該擴展的主要功能是“Hides Vevo ads from around Youtube videos”。

擴展截圖

screenshot
screenshot

下載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.
-----------------------------------                    

擴展基本資訊

名稱 DeSkin DeSkin
ID gjfcomekfmcfgeggbconlaaojjchiccg
官方網址 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"
    }
}