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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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