ThiWeb Crypt-Decrypt

Crypt / Auto-decrypt Links on ThiWeb

ThiWeb Crypt-Decrypt란 무엇입니까?

ThiWeb Crypt-Decrypt은(는) ghostfly1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crypt / Auto-decrypt Links on ThiWeb"입니다.

확장 프로그램 스크린샷

screenshot

ThiWeb Crypt-Decrypt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}