Pridify

Apply a pride filter to avatar images on popular websites.

ما هو Pridify؟

Pridify هو إضافة Chrome تم تطويرها بواسطة http://truthful.technology، والميزة الرئيسية لها هي "Apply a pride filter to avatar images on popular websites.".

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

screenshot
screenshot
screenshot

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

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

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

                        Need more pride in your feed?  Install Pridify to add a rainbow filter to every avatar in your feeds!

Currently supports:

- Facebook
- Twitter
- Google+
- Stack Overflow
- Ravelry
- Deviant Art

Source code available here: https://github.com/TruthfulTechnology/pridify

This is a fun extension created by Truthful Technology, LLC.                    

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

الاسم Pridify Pridify
ID mbhneikagebabkhalefcgoppfkkmoaca
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca
الوصف Apply a pride filter to avatar images on popular websites.
حجم الملف 5.73 KB
عدد التثبيتات 769
النسخة الحالية 1.3
آخر تحديث 2015-06-30
تاريخ النشر 2015-06-30
تقييم 5.00/5 مجموع تقييمات 1
المطور http://truthful.technology
نوع الدفع free
موقع الإضافة https://github.com/TruthfulTechnology/pridify
عنوان صفحة المساعدة https://github.com/TruthfulTechnology/pridify/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pridify",
    "description": "Apply a pride filter to avatar images on popular websites.",
    "icons": {
        "128": "icon.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/stackoverflow.com\/*",
                "*:\/\/*.deviantart.com\/*",
                "http:\/\/www.ravelry.com\/*"
            ],
            "js": [
                "pridify.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/stackoverflow.com\/*",
        "*:\/\/*.deviantart.com\/*",
        "http:\/\/www.ravelry.com\/*"
    ]
}