Pridify

Apply a pride filter to avatar images on popular websites.

Was ist Pridify?

Pridify ist eine Chrome-Erweiterung, die von http://truthful.technology entwickelt wurde, und ihr Hauptmerkmal ist "Apply a pride filter to avatar images on popular websites.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pridify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pridify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pridify Pridify
ID mbhneikagebabkhalefcgoppfkkmoaca
Offizielle URL https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca
Beschreibung Apply a pride filter to avatar images on popular websites.
Dateigröße 5.73 KB
Installationsanzahl 769
Aktuelle Version 1.3
Letztes Update 2015-06-30
Veröffentlichungsdatum 2015-06-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://truthful.technology
Zahlungsart free
Erweiterungswebsite https://github.com/TruthfulTechnology/pridify
Hilfeseite URL https://github.com/TruthfulTechnology/pridify/issues
Unterstützte Sprachen 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\/*"
    ]
}