Reply Videos Tweak For Youtube
Enables autoreplay of a YouTube™ videos
Wat is Reply Videos Tweak For Youtube?
Reply Videos Tweak For Youtube is een Chrome-extensie ontwikkeld door Zenunity, en de belangrijkste functie is "Enables autoreplay of a YouTube™ videos".
Extensie Screenshots
Download het CRX-bestand van de extensie Reply Videos Tweak For Youtube
Download Reply Videos Tweak For Youtube-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
No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click. For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
Basisinformatie over de Extensie
Naam | |
ID | kijcidehmghliocaelamimgiaiogcjal |
Officiële URL | https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal |
Beschrijving | Enables autoreplay of a YouTube™ videos |
Bestandsgrootte | 12.71 KB |
Aantal Installaties | 22,426 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-02-12 |
Publicatiedatum | 2021-02-11 |
Beoordeling | 2.74/5 Totaal 491 Beoordelingen |
Ontwikkelaar | Zenunity |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://4kdownloader.net/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/yt-repetertweak.js" ], "css": [ "css\/yt.css" ], "run_at": "document_end" } ] } |