Youtube to Playit Convertor

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

Vad är Youtube to Playit Convertor?

Youtube to Playit Convertor är en Chrome-tillägg utvecklad av rasikhkhattat, och dess huvudfunktion är "Converts the iframe and embeded video of youtube to playit.pk iframe.".

Tilläggsskärmbilder

screenshot

Ladda ner Youtube to Playit Convertor-förlängningens CRX-fil

Ladda ner Youtube to Playit Convertor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Youtube to Playit Convertor Youtube to Playit Convertor
ID gdkpnafkljioejflaneicgaagjindfdg
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg
Beskrivning Converts the iframe and embeded video of youtube to playit.pk iframe.
Filstorlek 42.4 KB
Antal Installationer 302
Aktuell Version 1.0
Senast Uppdaterad 2015-04-02
Publiceringsdatum 2015-03-10
Betyg 4.73/5 Totalt 11 Betyg
Utvecklare rasikhkhattat
Betalningssätt free
Stödda Språk 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
}