Youtube to Playit Convertor

Converts the iframe and embeded video of youtube to playit.pk iframe.

Cos'è Youtube to Playit Convertor?

Youtube to Playit Convertor è un'estensione di Chrome sviluppata da rasikhkhattat, e la sua funzione principale è "Converts the iframe and embeded video of youtube to playit.pk iframe.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube to Playit Convertor

Scarica i file di estensione Youtube to Playit Convertor 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

                        Converts the iframe and embeded video of youtube to playit.pk iframe. Very handy for users where youtube is blocked.                    

Informazioni di Base sull'Estensione

Nome Youtube to Playit Convertor Youtube to Playit Convertor
ID gdkpnafkljioejflaneicgaagjindfdg
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg
Descrizione Converts the iframe and embeded video of youtube to playit.pk iframe.
Dimensione del File 42.4 KB
Conteggio Installazioni 302
Versione Corrente 1.0
Ultimo Aggiornamento 2015-04-02
Data di Pubblicazione 2015-03-10
Valutazione 4.73/5 Totale 11 Valutazioni
Sviluppatore rasikhkhattat
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube to Playit Convertor",
    "description": "Converts the iframe and embeded video of youtube to playit.pk iframe.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Youtube to Playit Convertor.",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "youtube_script.js",
                "playit_script.js"
            ]
        }
    ],
    "manifest_version": 2
}