Pridify
Apply a pride filter to avatar images on popular websites.
Cos'è Pridify?
Pridify è un'estensione di Chrome sviluppata da http://truthful.technology, e la sua funzione principale è "Apply a pride filter to avatar images on popular websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pridify
Scarica i file di estensione Pridify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mbhneikagebabkhalefcgoppfkkmoaca |
URL Ufficiale | https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca |
Descrizione | Apply a pride filter to avatar images on popular websites. |
Dimensione del File | 5.73 KB |
Conteggio Installazioni | 769 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2015-06-30 |
Data di Pubblicazione | 2015-06-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://truthful.technology |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/TruthfulTechnology/pridify |
URL della Pagina di Aiuto | https://github.com/TruthfulTechnology/pridify/issues |
Lingue Supportate | 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\/*" ] } |