/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
官方網址 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"
    }
}