ThiWeb Crypt-Decrypt

Crypt / Auto-decrypt Links on ThiWeb

ThiWeb Crypt-Decryptคืออะไร?

ThiWeb Crypt-Decrypt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ghostfly1 และคุณลักษณะหลักของมันคือ "Crypt / Auto-decrypt Links on ThiWeb"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ThiWeb Crypt-Decrypt

ดาวน์โหลดไฟล์ส่วนขยาย ThiWeb Crypt-Decrypt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Thiweb.com uses an encryption algorithm for private links called ThiWeb Live. This extension allows to convert every encrypted text to clear text automatically.

Example : TWL2.3478756470256471667962705 converts to "Private text" when a forum page is viewed.

This extension is a tool for ThiWeb users, no data is collected.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ThiWeb Crypt-Decrypt ThiWeb Crypt-Decrypt
ID noadaplbhpacekfmbhojlbldckniffce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thiweb-crypt-decrypt/noadaplbhpacekfmbhojlbldckniffce
คำอธิบาย Crypt / Auto-decrypt Links on ThiWeb
ขนาดไฟล์ 32.14 KB
จำนวนการติดตั้ง 1,766
เวอร์ชันปัจจุบัน 2.1.7
อัปเดตครั้งล่าสุด 2023-05-23
วันที่เผยแพร่ 2020-04-24
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา ghostfly1
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://forum.thiweb.com
URL หน้าช่วยเหลือ https://github.com/Ghostfly/thiweb-crypt-n-decrypt/issues
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThiWeb Crypt-Decrypt",
    "version": "2.1.7",
    "manifest_version": 3,
    "description": "Crypt \/ Auto-decrypt Links on ThiWeb",
    "homepage_url": "https:\/\/www.thiweb.com",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "fr",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "ThiWeb Decrypt",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "host_permissions": [
        "https:\/\/forum.thiweb.com\/",
        "https:\/\/live.thiweb.com\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{0b6555af-b17c-44b9-8e95-ab1e554dca4f}"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/inject.ts-loader-16993f2c.js"
            ],
            "matches": [
                "https:\/\/forum.thiweb.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/forum.thiweb.com\/*"
            ],
            "resources": [
                "assets\/inject.ts-95687320.js"
            ],
            "use_dynamic_url": true
        }
    ]
}