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
官方網址 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
電子郵箱 [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"
        }
    }
}