Loop That Vid

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

Vad är Loop That Vid?

Loop That Vid är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension allows you to play a youtube video or song on an infinite loop".

Tilläggsskärmbilder

screenshot

Ladda ner Loop That Vid-förlängningens CRX-fil

Ladda ner Loop That Vid-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Loop That Vid Loop That Vid
ID adlilnogifgfhgcnigbkbfekcedfajgg
Officiell webbadress https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg
Beskrivning This extension allows you to play a youtube video or song on an infinite loop
Filstorlek 16.49 KB
Antal Installationer 22
Aktuell Version 1.0
Senast Uppdaterad 2015-01-06
Publiceringsdatum 2015-01-06
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
        ]
    }
}