Stuck on repeat

Adds a repeat button to Youtube & Vimeo videos.

Cos'è Stuck on repeat?

Stuck on repeat è un'estensione di Chrome sviluppata da https://www.davidlopezgomez.es, e la sua funzione principale è "Adds a repeat button to Youtube & Vimeo videos.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stuck on repeat

Scarica i file di estensione Stuck on repeat 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

                        You've got me stuck on repeat
And I just can't seem to break free
You've got me stuck on repeat
I can only move to the beat

And I don't remember how it started
And I don't know how to stop
But every time I reach the bottom
Something pulls me right back to the top 'cause                    

Informazioni di Base sull'Estensione

Nome Stuck on repeat Stuck on repeat
ID pldfmggcjmefiajnmphgpnbeideaaaab
URL Ufficiale https://chromewebstore.google.com/detail/stuck-on-repeat/pldfmggcjmefiajnmphgpnbeideaaaab
Descrizione Adds a repeat button to Youtube & Vimeo videos.
Dimensione del File 11.92 KB
Conteggio Installazioni 710
Versione Corrente 0.14
Ultimo Aggiornamento 2022-07-06
Data di Pubblicazione 2017-09-08
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore https://www.davidlopezgomez.es
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stuck on repeat",
    "description": "__MSG_extDescription__",
    "author": "David L\u00f3pez",
    "version": "0.14",
    "default_locale": "en",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "38": "img\/icon38.png",
            "19": "img\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/vimeo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    }
}