Shake-a-tron

Let's shake it!

Qu'est-ce que Shake-a-tron ?

Shake-a-tron est une extension Chrome développée par Lanjelin, et sa fonction principale est "Let's shake it!".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Shake-a-tron

Téléchargez les fichiers d'extension Shake-a-tron 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

                        Whenever a key is pressed, or the scrollwheel is used, any active window will tilt just a wee bit, enought to be extremely annoying.                    

Informations de Base sur l'Extension

Nom Shake-a-tron Shake-a-tron
ID jlhdlgabjamboakeokgkilijbmoknlje
URL Officiel https://chromewebstore.google.com/detail/shake-a-tron/jlhdlgabjamboakeokgkilijbmoknlje
Description Let's shake it!
Taille du Fichier 37.64 KB
Nombre d'Installations 11
Version Actuelle 1.0
Dernière Mise à Jour 2015-12-28
Date de Publication 2015-12-27
Évaluation 1.00/5 Total 1 Évaluations
Développeur Lanjelin
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shake-a-tron",
    "version": "1.0",
    "description": "Let's shake it!",
    "icons": {
        "16": "icon-24.png",
        "48": "icon-50.png",
        "128": "icon-100.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "shake.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}