AutoSkipper

So you don't have to listen to in-video sponsor announcements ever again.

AutoSkipperとは何ですか?

AutoSkipperはBlockchainTrioによって開発されたChromeの拡張機能で、その主な機能は「So you don't have to listen to in-video sponsor announcements ever again.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Skip the Time Wasters

Life is too short to watch ads.

You know when you're watching a YouTube video, and they say 'this video is sponsored by...'? We don't like those either, so we created AutoSkipper - a browser extension to skip those ads.

--------

The more you skip, the smarter it gets

Our intelligent algorithm learns with every skip. When you create a skip, we store it for you. We then use this data to intelligently predict skips for videos you and everyone else is watching. In many cases, sponsorship messages are skipped automatically without requiring any intervention.

Skipping saves you time, and it helps everyone else as well.

Get it today, it's free!

--------

Tags: Youtube, Ad blocker, Ad skipper, Time saver, sponsor skipper, AutoSkipper                    

拡張機能の基本情報

名前 AutoSkipper AutoSkipper
ID pgpbckoooplnfekbmdfkehekngkagemj
公式URL https://chrome.google.com/webstore/detail/autoskipper/pgpbckoooplnfekbmdfkehekngkagemj
説明 So you don't have to listen to in-video sponsor announcements ever again.
ファイルサイズ 202 KB
インストール数 84
現在のバージョン 1.0.135
最終更新日 2020-11-23
公開日 2020-11-23
評価 3.67/5 合計 3 レビュー
開発者 BlockchainTrio
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://autoskipper.com/
ヘルプページのURL http://autoskipper.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoSkipper",
    "description": "So you don't have to listen to in-video sponsor announcements ever again.",
    "version": "1.0.135",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "webNavigation",
        "activeTab",
        "tabs",
        "storage"
    ]
}