/g/ extension

Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.

Co je /g/ extension?

/g/ extension je rozšíření Chrome vyvinuté Aoshima Yuuto, a jeho hlavní funkcí je „Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření /g/ extension

Stáhněte si soubory rozšíření /g/ extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Spend too much time copy-pasting nhentai magic numbers and/or decoding hex encoded URLs? Use this extension to automate these processes.
- Select a number sequence, right click and click "Go to /g/..." to access the URL in incognito
- Select a hex string, right click and click "Hex to text" to access the encoded URL in incognito                    

Základní Informace o Rozšíření

Název /g/ extension /g/ extension
ID gmeedlbniijnhpeackheannmpmjonnah
Oficiální URL https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah
Popis Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Velikost souboru 17.46 KB
Počet instalací 293
Aktuální Verze 1.0
Poslední Aktualizace 2019-01-26
Datum Vydání 2019-01-26
Hodnocení 4.50/5 Celkem 10 Hodnocení
Vývojář Aoshima Yuuto
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\/g\/ extension",
    "author": "Aoshima Yuuto",
    "version": "1.0",
    "description": "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    }
}