Pridify
Apply a pride filter to avatar images on popular websites.
什么是Pridify?
Pridify是由http://truthful.technology开发的Chrome扩展程序,该扩展的主要功能是“Apply a pride filter to avatar images on popular websites.”。
扩展截图
下载Pridify扩展crx文件
下载Pridify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | mbhneikagebabkhalefcgoppfkkmoaca |
官方URL | https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca |
简介 | Apply a pride filter to avatar images on popular websites. |
文件大小 | 5.73 KB |
安装次数 | 769 |
当前版本 | 1.3 |
更新时间 | 2015-06-30 |
上架时间 | 2015-06-30 |
评分 | 5.00/5 共1次评分 |
开发者 | http://truthful.technology |
付费类型 | free |
扩展官网 | https://github.com/TruthfulTechnology/pridify |
帮助页面URL | https://github.com/TruthfulTechnology/pridify/issues |
支持的语言 | 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\/*" ] } |