Reddit Churning Acronyms

Replaces common churning acronyms with their actual meaning

Hvad er Reddit Churning Acronyms?

Reddit Churning Acronyms er en Chrome-udvidelse udviklet af l0gicgates, og dens hovedfunktion er "Replaces common churning acronyms with their actual meaning".

Udvidelsesskærmbilleder

screenshot

Download Reddit Churning Acronyms-udvidelses-CRX-fil

Download Reddit Churning Acronyms-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Reddit Churning Acronyms Reddit Churning Acronyms
ID dlhngejlobicakmbdmpjlcmncgfbmhfa
Officiel URL https://chromewebstore.google.com/detail/reddit-churning-acronyms/dlhngejlobicakmbdmpjlcmncgfbmhfa
Beskrivelse Replaces common churning acronyms with their actual meaning
Filstørrelse 760 KB
Antal Installationer 44
Nuværende Version 1.0.7
Senest Opdateret 2018-04-03
Udgivelsesdato 2018-04-03
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler l0gicgates
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}