/g/ extension
Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
ما هو /g/ extension؟
/g/ extension هو إضافة Chrome تم تطويرها بواسطة Aoshima Yuuto، والميزة الرئيسية لها هي "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة /g/ extension
قم بتنزيل ملفات الامتداد /g/ extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | gmeedlbniijnhpeackheannmpmjonnah |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah |
الوصف | Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links. |
حجم الملف | 17.46 KB |
عدد التثبيتات | 293 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-01-26 |
تاريخ النشر | 2019-01-26 |
تقييم | 4.50/5 مجموع تقييمات 10 |
المطور | Aoshima Yuuto |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |