PakTube

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

What is PakTube?

PakTube is a Chrome extension developed by khuramyz, and its main feature is "Replaces all missing youtube videos with working objects. Works without enabling proxy.".

Extension Screenshots

screenshot

Download PakTube Extension CRX File

Download PakTube 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

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

Extension Basic Information

Name PakTube PakTube
ID jjikmakfopioohgldmfipicnaenalkfi
Official URL https://chrome.google.com/webstore/detail/paktube/jjikmakfopioohgldmfipicnaenalkfi
Description Replaces all missing youtube videos with working objects. Works without enabling proxy.
File Size 46.45 KB
Installation Count 18
Current Version 0.1.1
Last Updated 2015-05-25
Publish Date 2015-05-25
Rating 4.00/5 Total 1 Ratings
Developer khuramyz
Payment Type free
Supported Languages 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
}