Reddit Churning Acronyms

Replaces common churning acronyms with their actual meaning

Cos'è Reddit Churning Acronyms?

Reddit Churning Acronyms è un'estensione di Chrome sviluppata da l0gicgates, e la sua funzione principale è "Replaces common churning acronyms with their actual meaning".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit Churning Acronyms

Scarica i file di estensione Reddit Churning Acronyms in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reddit Churning Acronyms Reddit Churning Acronyms
ID dlhngejlobicakmbdmpjlcmncgfbmhfa
URL Ufficiale https://chromewebstore.google.com/detail/reddit-churning-acronyms/dlhngejlobicakmbdmpjlcmncgfbmhfa
Descrizione Replaces common churning acronyms with their actual meaning
Dimensione del File 760 KB
Conteggio Installazioni 44
Versione Corrente 1.0.7
Ultimo Aggiornamento 2018-04-03
Data di Pubblicazione 2018-04-03
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore l0gicgates
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}