Loop That Vid
This extension allows you to play a youtube video or song on an infinite loop
Hvad er Loop That Vid?
Loop That Vid er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension allows you to play a youtube video or song on an infinite loop".
Udvidelsesskærmbilleder
Download Loop That Vid-udvidelses-CRX-fil
Download Loop That Vid-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | adlilnogifgfhgcnigbkbfekcedfajgg | 
| Officiel URL | https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg | 
| Beskrivelse | This extension allows you to play a youtube video or song on an infinite loop | 
| Filstørrelse | 16.49 KB | 
| Antal Installationer | 22 | 
| Nuværende Version | 1.0 | 
| Senest Opdateret | 2015-01-06 | 
| Udgivelsesdato | 2015-01-06 | 
| Bedømmelse | 4.33/5 Samlet 3 Bedømmelser | 
| Udvikler | Unknown | 
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
        ]
    }
}  |  |