Listen On Repeat
Turn a YouTube link to a ListenOnRepeat Extension
Co to jest Listen On Repeat?
Listen On Repeat to rozszerzenie Chrome opracowane przez tanvi.surti, a jego główną funkcją jest „Turn a YouTube link to a ListenOnRepeat Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Listen On Repeat
Pobierz pliki rozszerzeń Listen On Repeat 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
                        Play any YouTube video in an infinite loop with a simply button click.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | iconpehegdmhfpmfnckoaljkiicmpgce | 
| Oficjalny URL | https://chromewebstore.google.com/detail/listen-on-repeat/iconpehegdmhfpmfnckoaljkiicmpgce | 
| Opis | Turn a YouTube link to a ListenOnRepeat Extension | 
| Rozmiar pliku | 23.11 KB | 
| Liczba instalacji | 175 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2014-05-30 | 
| Data Publikacji | 2014-05-30 | 
| Deweloper | tanvi.surti | 
| Typ Płatności | free | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listen On Repeat",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "128.png"
    },
    "description": "Turn a YouTube link to a ListenOnRepeat Extension",
    "page_action": {
        "default_icon": "button.png",
        "default_title": "ListenOnRepeat"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ]
}  |  |