/g/ extension
Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Co to jest /g/ extension?
/g/ extension to rozszerzenie Chrome opracowane przez Aoshima Yuuto, a jego główną funkcją jest „Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia /g/ extension
Pobierz pliki rozszerzeń /g/ extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gmeedlbniijnhpeackheannmpmjonnah |
Oficjalny URL | https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah |
Opis | Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links. |
Rozmiar pliku | 17.46 KB |
Liczba instalacji | 293 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-01-26 |
Data Publikacji | 2019-01-26 |
Ocena | 4.50/5 Łącznie 10 Oceny |
Deweloper | Aoshima Yuuto |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |