Loop That Vid

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

What is Loop That Vid?

Loop That Vid is a Chrome extension developed by Unknown, and its main feature is "This extension allows you to play a youtube video or song on an infinite loop".

Extension Screenshots

screenshot

Download Loop That Vid Extension CRX File

Download Loop That Vid extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Loop That Vid Loop That Vid
ID adlilnogifgfhgcnigbkbfekcedfajgg
Official URL https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg
Description This extension allows you to play a youtube video or song on an infinite loop
File Size 16.49 KB
Installation Count 22
Current Version 1.0
Last Updated 2015-01-06
Publish Date 2015-01-06
Rating 4.33/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        ]
    }
}