Pridify

Apply a pride filter to avatar images on popular websites.

What is Pridify?

Pridify is a Chrome extension developed by http://truthful.technology, and its main feature is "Apply a pride filter to avatar images on popular websites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pridify Extension CRX File

Download Pridify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pridify Pridify
ID mbhneikagebabkhalefcgoppfkkmoaca
Official URL https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca
Description Apply a pride filter to avatar images on popular websites.
File Size 5.73 KB
Installation Count 769
Current Version 1.3
Last Updated 2015-06-30
Publish Date 2015-06-30
Rating 5.00/5 Total 1 Ratings
Developer http://truthful.technology
Payment Type free
Extension Website https://github.com/TruthfulTechnology/pridify
Help Page URL https://github.com/TruthfulTechnology/pridify/issues
Supported Languages 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\/*"
    ]
}