/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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में /g/ extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}