carrot-hash

carrot-hash 密文查询工具

Co to jest carrot-hash?

carrot-hash to rozszerzenie Chrome opracowane przez wujunze, a jego główną funkcją jest „carrot-hash 密文查询工具”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia carrot-hash

Pobierz pliki rozszerzeń carrot-hash w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        carrot-hash 密文查询工具
可以查询 md5 等密文                    

Podstawowe informacje o rozszerzeniu

Nazwa carrot-hash carrot-hash
ID pbhooigjdmihjbfmjmgajlpgngpdijhn
Oficjalny URL https://chrome.google.com/webstore/detail/carrot-hash/pbhooigjdmihjbfmjmgajlpgngpdijhn
Opis carrot-hash 密文查询工具
Rozmiar pliku 5.02 MB
Liczba instalacji 47
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2018-12-15
Data Publikacji 2018-12-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper wujunze
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://wujunze.com
Obsługiwane Języki zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "carrot-hash",
    "version": "1.3",
    "description": "carrot-hash \u5bc6\u6587\u67e5\u8be2\u5de5\u5177",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "mcarrot-hash",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.somd5.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/insert.css"
            ],
            "js": [
                "script\/content.js"
            ]
        }
    ]
}