Stop Youtube Autoplay

Stop Youtube Autoplay feature for Watch Later videos

Stop Youtube Autoplayとは何ですか?

Stop Youtube Autoplayはmemorizer.eecsによって開発されたChromeの拡張機能で、その主な機能は「Stop Youtube Autoplay feature for Watch Later videos」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Extension to stop Youtube autoplay, specifically for your Watch Later list.

- Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist.

*Note: 
- currently only works for Watch Later list
- currently only works if the selected video is opened in a new tab                    

拡張機能の基本情報

名前 Stop Youtube Autoplay Stop Youtube Autoplay
ID igfflabimklppabjlnhhpmjmjmnbgcfl
公式URL https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl
説明 Stop Youtube Autoplay feature for Watch Later videos
ファイルサイズ 29.79 KB
インストール数 108
現在のバージョン 1.0
最終更新日 2022-02-25
公開日 2022-02-25
評価 1.00/5 合計 2 レビュー
開発者 memorizer.eecs
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stop Youtube Autoplay",
    "description": "Stop Youtube Autoplay feature for Watch Later videos",
    "version": "1.0",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_title": "Stop Youtube Autoplay",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon.png"
        }
    }
}