Reddit Churning Acronyms

Replaces common churning acronyms with their actual meaning

Qu'est-ce que Reddit Churning Acronyms ?

Reddit Churning Acronyms est une extension Chrome développée par l0gicgates, et sa fonction principale est "Replaces common churning acronyms with their actual meaning".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reddit Churning Acronyms

Téléchargez les fichiers d'extension Reddit Churning Acronyms au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reddit Churning Acronyms Reddit Churning Acronyms
ID dlhngejlobicakmbdmpjlcmncgfbmhfa
URL Officiel https://chromewebstore.google.com/detail/reddit-churning-acronyms/dlhngejlobicakmbdmpjlcmncgfbmhfa
Description Replaces common churning acronyms with their actual meaning
Taille du Fichier 760 KB
Nombre d'Installations 44
Version Actuelle 1.0.7
Dernière Mise à Jour 2018-04-03
Date de Publication 2018-04-03
Évaluation 4.20/5 Total 5 Évaluations
Développeur l0gicgates
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}