PakTube

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

Qu'est-ce que PakTube ?

PakTube est une extension Chrome développée par khuramyz, et sa fonction principale est "Replaces all missing youtube videos with working objects. Works without enabling proxy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PakTube

Téléchargez les fichiers d'extension PakTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PakTube PakTube
ID jjikmakfopioohgldmfipicnaenalkfi
URL Officiel https://chrome.google.com/webstore/detail/paktube/jjikmakfopioohgldmfipicnaenalkfi
Description Replaces all missing youtube videos with working objects. Works without enabling proxy.
Taille du Fichier 46.45 KB
Nombre d'Installations 18
Version Actuelle 0.1.1
Dernière Mise à Jour 2015-05-25
Date de Publication 2015-05-25
Évaluation 4.00/5 Total 1 Évaluations
Développeur khuramyz
Type de Paiement free
Langues Prises en Charge 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
}