Loop That Vid

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

Co to jest Loop That Vid?

Loop That Vid to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension allows you to play a youtube video or song on an infinite loop”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Loop That Vid

Pobierz pliki rozszerzeń Loop That Vid w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Loop That Vid Loop That Vid
ID adlilnogifgfhgcnigbkbfekcedfajgg
Oficjalny URL https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg
Opis This extension allows you to play a youtube video or song on an infinite loop
Rozmiar pliku 16.49 KB
Liczba instalacji 22
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-01-06
Data Publikacji 2015-01-06
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}