HWSwapWare

Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.

ما هو HWSwapWare؟

HWSwapWare هو إضافة Chrome تم تطويرها بواسطة chickenbellyfinn، والميزة الرئيسية لها هي "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.".

تحميل ملف CRX للإضافة HWSwapWare

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

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

                        Replaces heatware profile URLs in the hardwareswap subreddit with the actual stats from the profile (positive/negative/neutral). The stats can be click on to view the profile page on heatware.                    

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

الاسم HWSwapWare HWSwapWare
ID dcdphibeepdpehenljbnififgkkddaom
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom
الوصف Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
حجم الملف 41.4 KB
عدد التثبيتات 1,000
النسخة الحالية 1.4
آخر تحديث 2017-05-14
تاريخ النشر 2017-05-14
تقييم 5.00/5 مجموع تقييمات 3
المطور chickenbellyfinn
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HWSwapWare",
    "version": "1.4",
    "description": "Replaces heatware URLs with heatware feedback stats on \/r\/hardwareswap.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/hardwareswap\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/www.heatware.com\/",
        "https:\/\/heatware.com\/"
    ]
}