Pridify
Apply a pride filter to avatar images on popular websites.
Apa itu Pridify?
Pridify adalah ekstensi Chrome yang dikembangkan oleh http://truthful.technology, dan fitur utamanya adalah "Apply a pride filter to avatar images on popular websites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pridify
Unduh file ekstensi Pridify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mbhneikagebabkhalefcgoppfkkmoaca |
URL Resmi | https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca |
Deskripsi | Apply a pride filter to avatar images on popular websites. |
Ukuran File | 5.73 KB |
Jumlah Instalasi | 769 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2015-06-30 |
Tanggal Publikasi | 2015-06-30 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://truthful.technology |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/TruthfulTechnology/pridify |
URL Halaman Bantuan | https://github.com/TruthfulTechnology/pridify/issues |
Bahasa yang Didukung | 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\/*" ] } |