Reddit CS GO Trading Flair URL

This Google Chrome extension automatically turns whatever is in the post flair into a link.

ما هو Reddit CS GO Trading Flair URL؟

Reddit CS GO Trading Flair URL هو إضافة Chrome تم تطويرها بواسطة pjfontillas، والميزة الرئيسية لها هي "This Google Chrome extension automatically turns whatever is in the post flair into a link.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Reddit CS GO Trading Flair URL

قم بتنزيل ملفات الامتداد Reddit CS GO Trading Flair URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

معلومات أساسية عن التمديد

الاسم Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo
الوصف This Google Chrome extension automatically turns whatever is in the post flair into a link.
حجم الملف 442 KB
عدد التثبيتات 27
النسخة الحالية 1.2
آخر تحديث 2014-09-11
تاريخ النشر 2014-09-11
المطور pjfontillas
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit CS GO Trading Flair URL",
    "description": "This Google Chrome extension automatically turns whatever is in the post flair into a link.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/r\/GlobalOffensiveTrade\/*"
            ],
            "js": [
                "jquery.min.js",
                "autolink.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-1.10.2.min.map"
    ]
}