YouTube Popup Loop

Play & Loop YouTube Videos in Popup window.

Cos'è YouTube Popup Loop?

YouTube Popup Loop è un'estensione di Chrome sviluppata da Hiroki Nomoto, e la sua funzione principale è "Play & Loop YouTube Videos in Popup window.".

Scarica il file CRX dell'estensione YouTube Popup Loop

Scarica i file di estensione YouTube Popup Loop 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

                                            

Informazioni di Base sull'Estensione

Nome YouTube Popup Loop YouTube Popup Loop
ID bpepmknodhihghiopghommakgmalldna
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-popup-loop/bpepmknodhihghiopghommakgmalldna
Descrizione Play & Loop YouTube Videos in Popup window.
Dimensione del File 45.21 KB
Conteggio Installazioni 15
Versione Corrente 1.4
Ultimo Aggiornamento 2015-09-09
Data di Pubblicazione 2015-09-09
Sviluppatore Hiroki Nomoto
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_description__",
    "version": "1.4",
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_19.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery-2.1.4.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery-2.1.4.min.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com; object-src 'self'"
}