Autoplay No More
Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
Wat is Autoplay No More?
Autoplay No More is een Chrome-extensie ontwikkeld door https://www.kiboke-studio.hr, en de belangrijkste functie is "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Autoplay No More
Download Autoplay No More-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
Basisinformatie over de Extensie
Naam | Autoplay No More |
ID | obiogedpmdnfaldjdjmnbpmhjjfnghnj |
Officiële URL | https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj |
Beschrijving | Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo. |
Bestandsgrootte | 13.88 KB |
Aantal Installaties | 1,051 |
Huidige Versie | 0.4.2 |
Laatst Bijgewerkt | 2023-08-21 |
Publicatiedatum | 2020-04-16 |
Beoordeling | 3.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://www.kiboke-studio.hr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.kiboke-studio.hr/browser-extensions/ |
Ondersteunde Talen | 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" ] } ] } |