/g/ extension

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

Vad är /g/ extension?

/g/ extension är en Chrome-tillägg utvecklad av Aoshima Yuuto, och dess huvudfunktion är "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".

Tilläggsskärmbilder

screenshot

Ladda ner /g/ extension-förlängningens CRX-fil

Ladda ner /g/ extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn /g/ extension /g/ extension
ID gmeedlbniijnhpeackheannmpmjonnah
Officiell webbadress https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah
Beskrivning Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Filstorlek 17.46 KB
Antal Installationer 293
Aktuell Version 1.0
Senast Uppdaterad 2019-01-26
Publiceringsdatum 2019-01-26
Betyg 4.50/5 Totalt 10 Betyg
Utvecklare Aoshima Yuuto
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}