Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

Cos'è Simple Youtube Repeater?

Simple Youtube Repeater è un'estensione di Chrome sviluppata da kennethdevel, e la sua funzione principale è "Simply click the repeat button to make the Youtube video automatically repeat.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple Youtube Repeater

Scarica i file di estensione Simple Youtube Repeater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simply click the repeat button to make the video automatically repeat.                    

Informazioni di Base sull'Estensione

Nome Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
URL Ufficiale https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
Descrizione Simply click the repeat button to make the Youtube video automatically repeat.
Dimensione del File 15.46 KB
Conteggio Installazioni 694
Versione Corrente 3.0
Ultimo Aggiornamento 2016-06-13
Data di Pubblicazione 2016-06-13
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore kennethdevel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}