/g/ extension

Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.

/g/ extension là gì?

/g/ extension là một tiện ích mở rộng Chrome được phát triển bởi Aoshima Yuuto, và tính năng chính của nó là "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng /g/ extension

Tải xuống các tệp mở rộng /g/ extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên /g/ extension /g/ extension
ID gmeedlbniijnhpeackheannmpmjonnah
URL Chính Thức https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah
Mô tả Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Kích Thước Tệp 17.46 KB
Số Lần Cài Đặt 293
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-01-26
Ngày Phát Hành 2019-01-26
Đánh Giá 4.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Aoshima Yuuto
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}