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
官方網址 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"
            ]
        }
    ]
}