DECODELIA

To obscure your web content

什么是DECODELIA?

DECODELIA是由mah845开发的Chrome扩展程序,该扩展的主要功能是“To obscure your web content”。

扩展截图

screenshot

下载DECODELIA扩展crx文件

下载DECODELIA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DECODELIA DECODELIA
ID pjcejfcndkbnepkljbhbibkfameoelec
官方URL https://chromewebstore.google.com/detail/decodelia/pjcejfcndkbnepkljbhbibkfameoelec
简介 To obscure your web content
文件大小 7.4 MB
安装次数 543
当前版本 1.2
更新时间 2016-03-02
上架时间 2016-03-02
评分 3.60/5 共20次评分
开发者 mah845
付费类型 free
扩展官网 http://www.artdelicorp.com/2016/03/01/decodelia/
支持的语言 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"
            ]
        }
    ]
}