Autoplay No More

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

What is Autoplay No More?

Autoplay No More is a Chrome extension developed by https://www.kiboke-studio.hr, and its main feature is "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.".

Extension Screenshots

screenshot

Download Autoplay No More Extension CRX File

Download Autoplay No More 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

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

Extension Basic Information

Name Autoplay No More Autoplay No More
ID obiogedpmdnfaldjdjmnbpmhjjfnghnj
Official URL https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj
Description Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
File Size 13.88 KB
Installation Count 1,051
Current Version 0.4.2
Last Updated 2023-08-21
Publish Date 2020-04-16
Rating 3.00/5 Total 8 Ratings
Developer https://www.kiboke-studio.hr
Email [email protected]
Payment Type free
Extension Website https://www.kiboke-studio.hr/browser-extensions/
Supported Languages 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"
            ]
        }
    ]
}