DECODELIA

To obscure your web content

DECODELIAคืออะไร?

DECODELIA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mah845 และคุณลักษณะหลักของมันคือ "To obscure your web content"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DECODELIA

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}