Youtube to Playit Convertor

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

What is Youtube to Playit Convertor?

Youtube to Playit Convertor is a Chrome extension developed by rasikhkhattat, and its main feature is "Converts the iframe and embeded video of youtube to playit.pk iframe.".

Extension Screenshots

screenshot

Download Youtube to Playit Convertor Extension CRX File

Download Youtube to Playit Convertor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Youtube to Playit Convertor Youtube to Playit Convertor
ID gdkpnafkljioejflaneicgaagjindfdg
Official URL https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg
Description Converts the iframe and embeded video of youtube to playit.pk iframe.
File Size 42.4 KB
Installation Count 302
Current Version 1.0
Last Updated 2015-04-02
Publish Date 2015-03-10
Rating 4.73/5 Total 11 Ratings
Developer rasikhkhattat
Payment Type free
Supported Languages 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
}