PakTube

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

Vad är PakTube?

PakTube är en Chrome-tillägg utvecklad av khuramyz, och dess huvudfunktion är "Replaces all missing youtube videos with working objects. Works without enabling proxy.".

Tilläggsskärmbilder

screenshot

Ladda ner PakTube-förlängningens CRX-fil

Ladda ner PakTube-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

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

Grundläggande Information om Tillägg

Namn PakTube PakTube
ID jjikmakfopioohgldmfipicnaenalkfi
Officiell webbadress https://chrome.google.com/webstore/detail/paktube/jjikmakfopioohgldmfipicnaenalkfi
Beskrivning Replaces all missing youtube videos with working objects. Works without enabling proxy.
Filstorlek 46.45 KB
Antal Installationer 18
Aktuell Version 0.1.1
Senast Uppdaterad 2015-05-25
Publiceringsdatum 2015-05-25
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare khuramyz
Betalningssätt free
Stödda Språk 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
}