Reddit Churning Acronyms
Replaces common churning acronyms with their actual meaning
Was ist Reddit Churning Acronyms?
Reddit Churning Acronyms ist eine Chrome-Erweiterung, die von l0gicgates entwickelt wurde, und ihr Hauptmerkmal ist "Replaces common churning acronyms with their actual meaning".
Erweiterungsscreenshots
Reddit Churning Acronyms-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit Churning Acronyms-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | dlhngejlobicakmbdmpjlcmncgfbmhfa | 
| Offizielle URL | https://chromewebstore.google.com/detail/reddit-churning-acronyms/dlhngejlobicakmbdmpjlcmncgfbmhfa | 
| Beschreibung | Replaces common churning acronyms with their actual meaning | 
| Dateigröße | 760 KB | 
| Installationsanzahl | 44 | 
| Aktuelle Version | 1.0.7 | 
| Letztes Update | 2018-04-03 | 
| Veröffentlichungsdatum | 2018-04-03 | 
| Bewertung | 4.20/5 Insgesamt 5 Bewertungen | 
| Entwickler | l0gicgates | 
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
        }
    ]
}  |  |