Skip Ads

Auto Skipping for all those boring ads on youtube.

Skip Adsとは何ですか?

Skip AdsはAdriano Chambelによって開発されたChromeの拡張機能で、その主な機能は「Auto Skipping for all those boring ads on youtube.」です。

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

screenshot

Skip Ads拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.                    

拡張機能の基本情報

名前 Skip Ads Skip Ads
ID gmkohmponbmhggcpigfkcadabcjnckii
公式URL https://chromewebstore.google.com/detail/skip-ads/gmkohmponbmhggcpigfkcadabcjnckii
説明 Auto Skipping for all those boring ads on youtube.
ファイルサイズ 15.1 KB
インストール数 9,740
現在のバージョン 0.0.2
最終更新日 2018-12-02
公開日 2018-12-02
評価 3.40/5 合計 10 レビュー
開発者 Adriano Chambel
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/skip-ads",
    "minimum_chrome_version": "55",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "128x128.png"
    }
}