PakTube

Replaces all missing youtube videos with working objects. Works without enabling proxy.

Cos'è PakTube?

PakTube è un'estensione di Chrome sviluppata da khuramyz, e la sua funzione principale è "Replaces all missing youtube videos with working objects. Works without enabling proxy.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PakTube

Scarica i file di estensione PakTube 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

                        Replaces all missing youtube videos with working objects. Helps Pak users with frustrating lack of Youtube videos in web pages. Works without enabling proxy.                    

Informazioni di Base sull'Estensione

Nome PakTube PakTube
ID jjikmakfopioohgldmfipicnaenalkfi
URL Ufficiale https://chrome.google.com/webstore/detail/paktube/jjikmakfopioohgldmfipicnaenalkfi
Descrizione Replaces all missing youtube videos with working objects. Works without enabling proxy.
Dimensione del File 46.45 KB
Conteggio Installazioni 18
Versione Corrente 0.1.1
Ultimo Aggiornamento 2015-05-25
Data di Pubblicazione 2015-05-25
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore khuramyz
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PakTube",
    "version": "0.1.1",
    "description": "Replaces all missing youtube videos with working objects. Works without enabling proxy.",
    "author": "Raja Amer Khan",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "logo.png",
        "128": "logo.png"
    },
    "manifest_version": 2
}