/g/ extension

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

Τι είναι το /g/ extension;

Το /g/ extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aoshima Yuuto, και η κύρια λειτουργία του είναι "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης /g/ extension

Λήψη αρχείων επέκτασης /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"
    }
}