Autoplay No More
Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
Was ist Autoplay No More?
Autoplay No More ist eine Chrome-Erweiterung, die von https://www.kiboke-studio.hr entwickelt wurde, und ihr Hauptmerkmal ist "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.".
Erweiterungsscreenshots
Autoplay No More-Erweiterungs-CRX-Datei herunterladen
Laden Sie Autoplay No More-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
Grundlegende Informationen zur Erweiterung
Name | Autoplay No More |
ID | obiogedpmdnfaldjdjmnbpmhjjfnghnj |
Offizielle URL | https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj |
Beschreibung | Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo. |
Dateigröße | 13.88 KB |
Installationsanzahl | 1,051 |
Aktuelle Version | 0.4.2 |
Letztes Update | 2023-08-21 |
Veröffentlichungsdatum | 2020-04-16 |
Bewertung | 3.00/5 Insgesamt 8 Bewertungen |
Entwickler | https://www.kiboke-studio.hr |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.kiboke-studio.hr/browser-extensions/ |
Unterstützte Sprachen | 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" ] } ] } |