Pridify

Apply a pride filter to avatar images on popular websites.

Pridify क्या है?

Pridify http://truthful.technology द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Apply a pride filter to avatar images on popular websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pridify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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\/*"
    ]
}