DECODELIA

To obscure your web content

Cos'è DECODELIA?

DECODELIA è un'estensione di Chrome sviluppata da mah845, e la sua funzione principale è "To obscure your web content".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DECODELIA

Scarica i file di estensione DECODELIA 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

                        A Chrome extension and glasses set that obscures your web content.

Freely browse without fear of judgement or loss of privacy from those around you.

DECODELIA renders your screen indiscernible without red tinted glasses.                    

Informazioni di Base sull'Estensione

Nome DECODELIA DECODELIA
ID pjcejfcndkbnepkljbhbibkfameoelec
URL Ufficiale https://chromewebstore.google.com/detail/decodelia/pjcejfcndkbnepkljbhbibkfameoelec
Descrizione To obscure your web content
Dimensione del File 7.4 MB
Conteggio Installazioni 543
Versione Corrente 1.2
Ultimo Aggiornamento 2016-03-02
Data di Pubblicazione 2016-03-02
Valutazione 3.60/5 Totale 20 Valutazioni
Sviluppatore mah845
Tipo di Pagamento free
Sito Web dell'Estensione http://www.artdelicorp.com/2016/03/01/decodelia/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "DECODELIA",
    "description": "To obscure your web content",
    "web_accessible_resources": [
        "pattern5.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "preload.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "obfuscate.js"
            ]
        }
    ]
}