Loop That Vid
This extension allows you to play a youtube video or song on an infinite loop
Was ist Loop That Vid?
Loop That Vid ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to play a youtube video or song on an infinite loop".
Erweiterungsscreenshots
Loop That Vid-Erweiterungs-CRX-Datei herunterladen
Laden Sie Loop That Vid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to play a youtube video/song on an infinite loop. Usage Go to www.youtube.com and open a video/song of your liking. Click the 'Loop That Vid' extension button on the top right corner of chrome. Story I like to listen to songs on an infinite loop. I was tired of manually editing urls to loop a song that I wanted to listen to indefinitely. Hence, LoopThatVid. What is really happening? This extension edits your url to direct you to a website which loops your video/song.
Grundlegende Informationen zur Erweiterung
Name | Loop That Vid |
ID | adlilnogifgfhgcnigbkbfekcedfajgg |
Offizielle URL | https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg |
Beschreibung | This extension allows you to play a youtube video or song on an infinite loop |
Dateigröße | 16.49 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-01-06 |
Veröffentlichungsdatum | 2015-01-06 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Loop That Vid", "description": "This extension allows you to play a youtube video or song on an infinite loop", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "mainLogic.js" ] } } |