/g/ extension
Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Hvad er /g/ extension?
/g/ extension er en Chrome-udvidelse udviklet af Aoshima Yuuto, og dens hovedfunktion er "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".
Udvidelsesskærmbilleder
Download /g/ extension-udvidelses-CRX-fil
Download /g/ extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | gmeedlbniijnhpeackheannmpmjonnah |
Officiel URL | https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah |
Beskrivelse | Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links. |
Filstørrelse | 17.46 KB |
Antal Installationer | 293 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-01-26 |
Udgivelsesdato | 2019-01-26 |
Bedømmelse | 4.50/5 Samlet 10 Bedømmelser |
Udvikler | Aoshima Yuuto |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |