YouTube Auto-Repeat
An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.
Qu'est-ce que YouTube Auto-Repeat ?
YouTube Auto-Repeat est une extension Chrome développée par Matei Oprea, et sa fonction principale est "An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.".
Télécharger le fichier CRX de l'extension YouTube Auto-Repeat
Téléchargez les fichiers d'extension YouTube Auto-Repeat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | omdpcjbpfcmfmdfnppkmfjoclkhmgada |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-auto-repeat/omdpcjbpfcmfmdfnppkmfjoclkhmgada |
Description | An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity. |
Taille du Fichier | 20.17 KB |
Nombre d'Installations | 72 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2017-06-11 |
Date de Publication | 2017-06-11 |
Évaluation | 3.47/5 Total 15 Évaluations |
Développeur | Matei Oprea |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |