web.Glitch()

do glitch on web

Qu'est-ce que web.Glitch() ?

web.Glitch() est une extension Chrome développée par https://www.funktroniclabs.com, et sa fonction principale est "do glitch on web".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension web.Glitch()

Téléchargez les fichiers d'extension web.Glitch() 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

                        Turn any website in a glitch-tastic experience with a press of a button!                    

Informations de Base sur l'Extension

Nom web.Glitch() web.Glitch()
ID adgekmhmbbjeodgpjjpcnfgmeijefinp
URL Officiel https://chromewebstore.google.com/detail/webglitch/adgekmhmbbjeodgpjjpcnfgmeijefinp
Description do glitch on web
Taille du Fichier 65.95 KB
Nombre d'Installations 3,668
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-04-24
Date de Publication 2014-04-23
Évaluation 4.63/5 Total 8 Évaluations
Développeur https://www.funktroniclabs.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web.Glitch()",
    "version": "1.0.1",
    "description": "do glitch on web",
    "short_name": "web.Glitch()",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "wobble.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}