/g/ extension
Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Wat is /g/ extension?
/g/ extension is een Chrome-extensie ontwikkeld door Aoshima Yuuto, en de belangrijkste functie is "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".
Extensie Screenshots
Download het CRX-bestand van de extensie /g/ extension
Download /g/ extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | gmeedlbniijnhpeackheannmpmjonnah |
Officiële URL | https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah |
Beschrijving | Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links. |
Bestandsgrootte | 17.46 KB |
Aantal Installaties | 293 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-01-26 |
Publicatiedatum | 2019-01-26 |
Beoordeling | 4.50/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Aoshima Yuuto |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |