WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube turn off autoplay

YouTube turn off autoplay

View on Chrome Web Store
View YouTube turn off autoplay Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (32 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Wondering how to turn off autoplay on YouTube? Install our autoplaystopper Chrome extension.
Type
Extension
Users
1,000 users
500
eugene4dev
View author page of eugene4dev
Published
Published on February 22, 2024
Version 0.1.3
Manifest version
3
Updated
Updated on July 5, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View YouTube turn off autoplay Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.1.3",
    "manifest_version": 3,
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png",
        "128": "img\/128x96.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader-31966f16.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "assets\/inject.ts-loader-481bedff.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "img\/32x32.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/content-script.ts-d41ead82.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/inject.ts-2558898b.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_icon": "img\/128x96.png",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top