/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
Eメール [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"
    }
}