Scramble My Eggs

Scrambles all text on every page like some good morning eggs... Randomly

Cos'è Scramble My Eggs?

Scramble My Eggs è un'estensione di Chrome sviluppata da Jmundo-31, e la sua funzione principale è "Scrambles all text on every page like some good morning eggs... Randomly".

Scarica il file CRX dell'estensione Scramble My Eggs

Scarica i file di estensione Scramble My Eggs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This plugin scrambles web pages... Randomly... Muahahaha. Scramble My Eggs is specifically designed for messing with your friends. Install it in their browser and watch them go insane as all the text on webpages scrambles on random intervals.                    

Informazioni di Base sull'Estensione

Nome Scramble My Eggs Scramble My Eggs
ID ceeefpglcekcgljcomhdhkkhkaaffglf
URL Ufficiale https://chrome.google.com/webstore/detail/scramble-my-eggs/ceeefpglcekcgljcomhdhkkhkaaffglf
Descrizione Scrambles all text on every page like some good morning eggs... Randomly
Dimensione del File 3.51 KB
Conteggio Installazioni 26
Versione Corrente 2.3
Ultimo Aggiornamento 2015-10-29
Data di Pubblicazione 2015-10-29
Sviluppatore Jmundo-31
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scramble My Eggs",
    "manifest_version": 2,
    "version": "2.3",
    "description": "Scrambles all text on every page like some good morning eggs... Randomly",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_start"
        }
    ]
}