Auto Replay - Looper for YouTube™
Automatically replay, repeats your favorite YouTube video.
Wat is Auto Replay - Looper for YouTube™?
Auto Replay - Looper for YouTube™ is een Chrome-extensie ontwikkeld door Download Manager, en de belangrijkste functie is "Automatically replay, repeats your favorite YouTube video.".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Replay - Looper for YouTube™
Download Auto Replay - Looper 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
Auto replay for Youtube. Repeat infinitely your favorite video
Basisinformatie over de Extensie
Naam | Auto Replay - Looper for YouTube™ |
ID | aniinijjlicmolpeohhlojkgjacpfjdc |
Officiële URL | https://chromewebstore.google.com/detail/auto-replay-looper-for-yo/aniinijjlicmolpeohhlojkgjacpfjdc |
Beschrijving | Automatically replay, repeats your favorite YouTube video. |
Bestandsgrootte | 80.75 KB |
Aantal Installaties | 177 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2017-10-28 |
Publicatiedatum | 2017-10-28 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Download Manager |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://addonbrowser.com/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "version": "0.1.5", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "storage" ], "short_name": "looperforyoutube", "name": "Auto Replay - Looper for YouTube\u2122", "background": { "page": "lib\/chrome\/background.html" }, "description": "Automatically replay, repeats your favorite YouTube video.", "browser_action": { "default_popup": "data\/popup\/popup.html", "default_title": "Auto Replay for YouTube\u2122", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "all_frames": false, "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "data\/content_script\/inject.js" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |