/g/ extension

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

什么是/g/ extension?

/g/ extension是由Aoshima Yuuto开发的Chrome扩展程序,该扩展的主要功能是“Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.”。

扩展截图

screenshot

下载/g/ extension扩展crx文件

下载/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                    

扩展基本信息

名称 /g/ extension /g/ extension
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"
    }
}