carrot-hash

carrot-hash 密文查询工具

Cos'è carrot-hash?

carrot-hash è un'estensione di Chrome sviluppata da wujunze, e la sua funzione principale è "carrot-hash 密文查询工具".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione carrot-hash

Scarica i file di estensione carrot-hash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome carrot-hash carrot-hash
ID pbhooigjdmihjbfmjmgajlpgngpdijhn
URL Ufficiale https://chrome.google.com/webstore/detail/carrot-hash/pbhooigjdmihjbfmjmgajlpgngpdijhn
Descrizione carrot-hash 密文查询工具
Dimensione del File 5.02 MB
Conteggio Installazioni 47
Versione Corrente 1.3
Ultimo Aggiornamento 2018-12-15
Data di Pubblicazione 2018-12-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore wujunze
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://wujunze.com
Lingue Supportate 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"
            ]
        }
    ]
}