Pridify

Apply a pride filter to avatar images on popular websites.

Qu'est-ce que Pridify ?

Pridify est une extension Chrome développée par http://truthful.technology, et sa fonction principale est "Apply a pride filter to avatar images on popular websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pridify

Téléchargez les fichiers d'extension Pridify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pridify Pridify
ID mbhneikagebabkhalefcgoppfkkmoaca
URL Officiel https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca
Description Apply a pride filter to avatar images on popular websites.
Taille du Fichier 5.73 KB
Nombre d'Installations 769
Version Actuelle 1.3
Dernière Mise à Jour 2015-06-30
Date de Publication 2015-06-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://truthful.technology
Type de Paiement free
Site Web de l'Extension https://github.com/TruthfulTechnology/pridify
URL de la Page d'Aide https://github.com/TruthfulTechnology/pridify/issues
Langues Prises en Charge 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\/*"
    ]
}