/g/ extension

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

Was ist /g/ extension?

/g/ extension ist eine Chrome-Erweiterung, die von Aoshima Yuuto entwickelt wurde, und ihr Hauptmerkmal ist "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".

Erweiterungsscreenshots

screenshot

/g/ extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie /g/ extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name /g/ extension /g/ extension
ID gmeedlbniijnhpeackheannmpmjonnah
Offizielle URL https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah
Beschreibung Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Dateigröße 17.46 KB
Installationsanzahl 293
Aktuelle Version 1.0
Letztes Update 2019-01-26
Veröffentlichungsdatum 2019-01-26
Bewertung 4.50/5 Insgesamt 10 Bewertungen
Entwickler Aoshima Yuuto
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}