Pridify

Apply a pride filter to avatar images on popular websites.

Hvad er Pridify?

Pridify er en Chrome-udvidelse udviklet af http://truthful.technology, og dens hovedfunktion er "Apply a pride filter to avatar images on popular websites.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Pridify-udvidelses-CRX-fil

Download Pridify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Pridify Pridify
ID mbhneikagebabkhalefcgoppfkkmoaca
Officiel URL https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca
Beskrivelse Apply a pride filter to avatar images on popular websites.
Filstørrelse 5.73 KB
Antal Installationer 769
Nuværende Version 1.3
Senest Opdateret 2015-06-30
Udgivelsesdato 2015-06-30
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://truthful.technology
Betalingsmetode free
Udvidelseswebsted https://github.com/TruthfulTechnology/pridify
Hjælpeside-URL https://github.com/TruthfulTechnology/pridify/issues
Understøttede Sprog 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\/*"
    ]
}