Pridify
Apply a pride filter to avatar images on popular websites.
Pridify là gì?
Pridify là một tiện ích mở rộng Chrome được phát triển bởi http://truthful.technology, và tính năng chính của nó là "Apply a pride filter to avatar images on popular websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pridify
Tải xuống các tệp mở rộng Pridify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mbhneikagebabkhalefcgoppfkkmoaca |
URL Chính Thức | https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca |
Mô tả | Apply a pride filter to avatar images on popular websites. |
Kích Thước Tệp | 5.73 KB |
Số Lần Cài Đặt | 769 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2015-06-30 |
Ngày Phát Hành | 2015-06-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://truthful.technology |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/TruthfulTechnology/pridify |
URL Trang Trợ Giúp | https://github.com/TruthfulTechnology/pridify/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |