Pridify
Apply a pride filter to avatar images on popular websites.
Wat is Pridify?
Pridify is een Chrome-extensie ontwikkeld door http://truthful.technology, en de belangrijkste functie is "Apply a pride filter to avatar images on popular websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pridify
Download Pridify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mbhneikagebabkhalefcgoppfkkmoaca |
Officiële URL | https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca |
Beschrijving | Apply a pride filter to avatar images on popular websites. |
Bestandsgrootte | 5.73 KB |
Aantal Installaties | 769 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-06-30 |
Publicatiedatum | 2015-06-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://truthful.technology |
Betalingswijze | free |
Extensiewebsite | https://github.com/TruthfulTechnology/pridify |
Help Pagina-URL | https://github.com/TruthfulTechnology/pridify/issues |
Ondersteunde Talen | 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\/*" ] } |