PakTube

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

Was ist PakTube?

PakTube ist eine Chrome-Erweiterung, die von khuramyz entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all missing youtube videos with working objects. Works without enabling proxy.".

Erweiterungsscreenshots

screenshot

PakTube-Erweiterungs-CRX-Datei herunterladen

Laden Sie PakTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name PakTube PakTube
ID jjikmakfopioohgldmfipicnaenalkfi
Offizielle URL https://chrome.google.com/webstore/detail/paktube/jjikmakfopioohgldmfipicnaenalkfi
Beschreibung Replaces all missing youtube videos with working objects. Works without enabling proxy.
Dateigröße 46.45 KB
Installationsanzahl 18
Aktuelle Version 0.1.1
Letztes Update 2015-05-25
Veröffentlichungsdatum 2015-05-25
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler khuramyz
Zahlungsart free
Unterstützte Sprachen 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
}