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
公式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"
    }
}