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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}