DECODELIA

To obscure your web content

Wat is DECODELIA?

DECODELIA is een Chrome-extensie ontwikkeld door mah845, en de belangrijkste functie is "To obscure your web content".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DECODELIA

Download DECODELIA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DECODELIA DECODELIA
ID pjcejfcndkbnepkljbhbibkfameoelec
Officiële URL https://chromewebstore.google.com/detail/decodelia/pjcejfcndkbnepkljbhbibkfameoelec
Beschrijving To obscure your web content
Bestandsgrootte 7.4 MB
Aantal Installaties 543
Huidige Versie 1.2
Laatst Bijgewerkt 2016-03-02
Publicatiedatum 2016-03-02
Beoordeling 3.60/5 Totaal 20 Beoordelingen
Ontwikkelaar mah845
Betalingswijze free
Extensiewebsite http://www.artdelicorp.com/2016/03/01/decodelia/
Ondersteunde Talen 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"
            ]
        }
    ]
}