YouTube Auto-Repeat
An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.
Wat is YouTube Auto-Repeat?
YouTube Auto-Repeat is een Chrome-extensie ontwikkeld door Matei Oprea, en de belangrijkste functie is "An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.".
Download het CRX-bestand van de extensie YouTube Auto-Repeat
Download YouTube Auto-Repeat-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
Basisinformatie over de Extensie
Naam | |
ID | omdpcjbpfcmfmdfnppkmfjoclkhmgada |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-auto-repeat/omdpcjbpfcmfmdfnppkmfjoclkhmgada |
Beschrijving | An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity. |
Bestandsgrootte | 20.17 KB |
Aantal Installaties | 72 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2017-06-11 |
Publicatiedatum | 2017-06-11 |
Beoordeling | 3.47/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Matei Oprea |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Auto-Repeat", "version": "0.0.2", "manifest_version": 2, "description": "An extension that allows you to set repeat intervals on youtube. You can repeat one\/infinity.", "homepage_url": "http:\/\/opreamatei.ro", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/refresh.png", "icons\/refresh_white.png", "icons\/refresh_white_1.png", "icons\/refresh_white_infinity.png" ] } |