/g/ extension

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

Qu'est-ce que /g/ extension ?

/g/ extension est une extension Chrome développée par Aoshima Yuuto, et sa fonction principale est "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension /g/ extension

Téléchargez les fichiers d'extension /g/ extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom /g/ extension /g/ extension
ID gmeedlbniijnhpeackheannmpmjonnah
URL Officiel 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.
Taille du Fichier 17.46 KB
Nombre d'Installations 293
Version Actuelle 1.0
Dernière Mise à Jour 2019-01-26
Date de Publication 2019-01-26
Évaluation 4.50/5 Total 10 Évaluations
Développeur Aoshima Yuuto
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}