youtube skipz addz

Skip Ad on youtube like a Nice person

youtube skipz addzとは何ですか?

youtube skipz addzはNeeraj Vermaによって開発されたChromeの拡張機能で、その主な機能は「Skip Ad on youtube like a Nice person」です。

拡張機能のスクリーンショット

screenshot

youtube skipz addz拡張機能のCRXファイルをダウンロード

youtube skipz addz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you also too lazy to click on the Skip Ad button? This extension will click on the Skip Ad for you. So just start your YouTube marathon, and let it skip ad for you, like a nice person, after the timer allows you to.                    

拡張機能の基本情報

名前 youtube skipz addz youtube skipz addz
ID hepakdehmhacbieccgcnenlkdnoapjdn
公式URL https://chromewebstore.google.com/detail/youtube-skipz-addz/hepakdehmhacbieccgcnenlkdnoapjdn
説明 Skip Ad on youtube like a Nice person
ファイルサイズ 23.28 KB
インストール数 64
現在のバージョン 0.0.5
最終更新日 2018-12-05
公開日 2018-12-05
評価 5.00/5 合計 1 レビュー
開発者 Neeraj Verma
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.5",
    "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"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}