Pridify

Apply a pride filter to avatar images on popular websites.

Co to jest Pridify?

Pridify to rozszerzenie Chrome opracowane przez http://truthful.technology, a jego główną funkcją jest „Apply a pride filter to avatar images on popular websites.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pridify

Pobierz pliki rozszerzeń Pridify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pridify Pridify
ID mbhneikagebabkhalefcgoppfkkmoaca
Oficjalny URL https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca
Opis Apply a pride filter to avatar images on popular websites.
Rozmiar pliku 5.73 KB
Liczba instalacji 769
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2015-06-30
Data Publikacji 2015-06-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://truthful.technology
Typ Płatności free
Strona Rozszerzenia https://github.com/TruthfulTechnology/pridify
Adres URL Strony Pomocy https://github.com/TruthfulTechnology/pridify/issues
Obsługiwane Języki 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\/*"
    ]
}