Autoplay Stopper for YouTube

Chrome Extension for Turning off Autoplay on YouTube.

What is Autoplay Stopper for YouTube?

Autoplay Stopper for YouTube is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Chrome Extension for Turning off Autoplay on YouTube.".

Extension Screenshots

screenshot

Download Autoplay Stopper for YouTube Extension CRX File

Download Autoplay Stopper for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Turn off autoplay on video and channel page.                    

Extension Basic Information

Name Autoplay Stopper for YouTube Autoplay Stopper for YouTube
ID nllpbgemclgokfdjneckdfnhjpigolko
Official URL https://chromewebstore.google.com/detail/autoplay-stopper-for-yout/nllpbgemclgokfdjneckdfnhjpigolko
Description Chrome Extension for Turning off Autoplay on YouTube.
File Size 145 KB
Installation Count 1,329
Current Version 0.0.3
Last Updated 2022-12-31
Publish Date 2020-08-28
Rating 3.57/5 Total 14 Ratings
Developer https://fiahfy.blogspot.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": false,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "name": "Autoplay Stopper for YouTube",
    "description": "Chrome Extension for Turning off Autoplay on YouTube.",
    "version": "0.0.3"
}