/g/ extension

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

What is /g/ extension?

/g/ extension is a Chrome extension developed by Aoshima Yuuto, and its main feature is "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".

Extension Screenshots

screenshot

Download /g/ extension Extension CRX File

Download /g/ extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name /g/ extension /g/ extension
ID gmeedlbniijnhpeackheannmpmjonnah
Official URL https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah
Description Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
File Size 17.46 KB
Installation Count 293
Current Version 1.0
Last Updated 2019-01-26
Publish Date 2019-01-26
Rating 4.50/5 Total 10 Ratings
Developer Aoshima Yuuto
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}