/g/ extension
Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Apa itu /g/ extension?
/g/ extension adalah ekstensi Chrome yang dikembangkan oleh Aoshima Yuuto, dan fitur utamanya adalah "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi /g/ extension
Unduh file ekstensi /g/ extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | gmeedlbniijnhpeackheannmpmjonnah |
URL Resmi | https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah |
Deskripsi | Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links. |
Ukuran File | 17.46 KB |
Jumlah Instalasi | 293 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-01-26 |
Tanggal Publikasi | 2019-01-26 |
Penilaian | 4.50/5 Total 10 Penilaian |
Pengembang | Aoshima Yuuto |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |