/g/ extension
Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Cos'è /g/ extension?
/g/ extension è un'estensione di Chrome sviluppata da Aoshima Yuuto, e la sua funzione principale è "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione /g/ extension
Scarica i file di estensione /g/ extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | gmeedlbniijnhpeackheannmpmjonnah |
URL Ufficiale | https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah |
Descrizione | Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links. |
Dimensione del File | 17.46 KB |
Conteggio Installazioni | 293 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-01-26 |
Data di Pubblicazione | 2019-01-26 |
Valutazione | 4.50/5 Totale 10 Valutazioni |
Sviluppatore | Aoshima Yuuto |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |