Loop That Vid

This extension allows you to play a youtube video or song on an infinite loop

Wat is Loop That Vid?

Loop That Vid is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension allows you to play a youtube video or song on an infinite loop".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Loop That Vid

Download Loop That Vid-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

                        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.                    

Basisinformatie over de Extensie

Naam Loop That Vid Loop That Vid
ID adlilnogifgfhgcnigbkbfekcedfajgg
Officiële URL https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg
Beschrijving This extension allows you to play a youtube video or song on an infinite loop
Bestandsgrootte 16.49 KB
Aantal Installaties 22
Huidige Versie 1.0
Laatst Bijgewerkt 2015-01-06
Publicatiedatum 2015-01-06
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}