PakTube

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

Hvad er PakTube?

PakTube er en Chrome-udvidelse udviklet af khuramyz, og dens hovedfunktion er "Replaces all missing youtube videos with working objects. Works without enabling proxy.".

Udvidelsesskærmbilleder

screenshot

Download PakTube-udvidelses-CRX-fil

Download PakTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn PakTube PakTube
ID jjikmakfopioohgldmfipicnaenalkfi
Officiel URL https://chrome.google.com/webstore/detail/paktube/jjikmakfopioohgldmfipicnaenalkfi
Beskrivelse Replaces all missing youtube videos with working objects. Works without enabling proxy.
Filstørrelse 46.45 KB
Antal Installationer 18
Nuværende Version 0.1.1
Senest Opdateret 2015-05-25
Udgivelsesdato 2015-05-25
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler khuramyz
Betalingsmetode free
Understøttede Sprog 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
}