/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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |