Reddit Churning Acronyms

Replaces common churning acronyms with their actual meaning

Τι είναι το Reddit Churning Acronyms;

Το Reddit Churning Acronyms είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον l0gicgates, και η κύρια λειτουργία του είναι "Replaces common churning acronyms with their actual meaning".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Reddit Churning Acronyms

Λήψη αρχείων επέκτασης Reddit Churning Acronyms σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This is a simple Google Chrome extension to replace most the r/churning related acronyms with their meaning when navigating the churning and awardtravel subreddits.                    

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

Όνομα Reddit Churning Acronyms Reddit Churning Acronyms
ID dlhngejlobicakmbdmpjlcmncgfbmhfa
Επίσημο URL https://chromewebstore.google.com/detail/reddit-churning-acronyms/dlhngejlobicakmbdmpjlcmncgfbmhfa
Περιγραφή Replaces common churning acronyms with their actual meaning
Μέγεθος Αρχείου 760 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2018-04-03
Ημερομηνία Δημοσίευσης 2018-04-03
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής l0gicgates
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Churning Acronyms",
    "description": "Replaces common churning acronyms with their actual meaning",
    "version": "1.0.7",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/r\/churning\/*",
                "*:\/\/www.reddit.com\/r\/awardtravel\/*"
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "acronyms\/airlines_map.js",
                "acronyms\/airports_map.js",
                "acronyms\/blogs_map.js",
                "acronyms\/cards_banks_map.js",
                "acronyms\/credit_agencies_map.js",
                "acronyms\/general_terms_map.js",
                "acronyms\/rewards_programs_map.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}