The Altening Saver - Unofficial

Log 'Generate Alt' button clicks into a txt

Τι είναι το The Altening Saver - Unofficial;

Το The Altening Saver - Unofficial είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Intent, και η κύρια λειτουργία του είναι "Log 'Generate Alt' button clicks into a txt".

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

screenshot

Λήψη αρχείου CRX της επέκτασης The Altening Saver - Unofficial

Λήψη αρχείων επέκτασης The Altening Saver - Unofficial σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With The Altening Saver, every time you generate an alt on the panel, it will be copied to a list that you can then view, and copy to clipboard by clicking the icon of this extension. The generated list conforms with the standard client account manager combo format, e.g. email:pass.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The Altening Saver - Unofficial The Altening Saver - Unofficial
ID ggdfagoidfaekenhaeofhcpkkhfakijl
Επίσημο URL https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl
Περιγραφή Log 'Generate Alt' button clicks into a txt
Μέγεθος Αρχείου 81.74 KB
Αριθμός Εγκαταστάσεων 241
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-09-18
Ημερομηνία Δημοσίευσης 2019-09-18
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Intent
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Altening Saver - Unofficial",
    "short_name": "The Altening Saver",
    "description": "Log 'Generate Alt' button clicks into a txt",
    "version": "1.0",
    "author": "Intent",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/panel.thealtening.com\/"
            ],
            "js": [
                "jquery.js",
                "inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "20": "20.png",
            "32": "32.png",
            "40": "40.png"
        },
        "default_title": "The Altening Saver",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/panel.thealtening.com\/"
    ]
}