Autoplay No More

Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.

Autoplay No Moreとは何ですか?

Autoplay No Moreはhttps://www.kiboke-studio.hrによって開発されたChromeの拡張機能で、その主な機能は「Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.                    

拡張機能の基本情報

名前 Autoplay No More Autoplay No More
ID obiogedpmdnfaldjdjmnbpmhjjfnghnj
公式URL https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj
説明 Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
ファイルサイズ 13.88 KB
インストール数 1,051
現在のバージョン 0.4.2
最終更新日 2023-08-21
公開日 2020-04-16
評価 3.00/5 合計 8 レビュー
開発者 https://www.kiboke-studio.hr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.kiboke-studio.hr/browser-extensions/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autoplay No More",
    "description": "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.",
    "version": "0.4.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "data\/youtube.css"
            ],
            "js": [
                "data\/youtube.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "css": [
                "data\/vimeo.css"
            ],
            "js": [
                "data\/vimeo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ted.com\/*"
            ],
            "js": [
                "data\/ted.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bing.com\/videos\/*"
            ],
            "js": [
                "data\/bing.js"
            ]
        }
    ]
}