Reddcoin Tip Platform
Adds a tip button to reddit, twitch, and twitter.
Reddcoin Tip Platform là gì?
Reddcoin Tip Platform là một tiện ích mở rộng Chrome được phát triển bởi Andy Groff, và tính năng chính của nó là "Adds a tip button to reddit, twitch, and twitter.".
Ả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 Reddcoin Tip Platform
Tải xuống các tệp mở rộng Reddcoin Tip Platform 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
Easily tip Redd on twitter, reddit, and twitch.tv With the reddcoin tip platform, you can stop worrying about remembering difficult tipping syntax, and instead focus on tipping your favorite crypto currency. The Reddcoin Tip Platform adds a button and graphical interface to social sites to make tipping easier than ever before. The source code was originally based on Jacce's userscript, which you can find here: http://userscripts.org/scripts/show/406551?3
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddcoin Tip Platform |
ID | lcoponfclppkdadbglnkhedjonbfegic |
URL Chính Thức | https://chromewebstore.google.com/detail/reddcoin-tip-platform/lcoponfclppkdadbglnkhedjonbfegic |
Mô tả | Adds a tip button to reddit, twitch, and twitter. |
Kích Thước Tệp | 228 KB |
Số Lần Cài Đặt | 499 |
Phiên Bản Hiện Tại | 1.1.9 |
Cập Nhật Lần Cuối | 2014-11-30 |
Ngày Phát Hành | 2014-11-29 |
Đánh Giá | 4.77/5 Tổng số 79 Đánh Giá |
Nhà Phát Triển | Andy Groff |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddcoin Tip Platform", "version": "1.1.9", "manifest_version": 2, "description": "Adds a tip button to reddit, twitch, and twitter.", "permissions": [ "identity" ], "icons": { "16": "data\/icon16.png", "48": "data\/icon48.png", "128": "data\/icon128.png" }, "web_accessible_resources": [ "*.html", "*.png", "*.css" ], "background": { "scripts": [ "data\/jquery.js", "lib\/initialize.js", "lib\/helpers.js", "lib\/background\/data.js", "lib\/background\/messages.js", "lib\/background\/background.js", "data\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*", "http:\/\/www.twitch.tv\/*", "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ], "css": [ "data\/styles.css" ], "js": [ "data\/jquery.js", "lib\/initialize.js", "lib\/helpers.js", "lib\/content\/captcha.js", "lib\/content\/modal.js", "lib\/content\/operations.js", "lib\/content\/settings_gui.js", "lib\/content\/sites\/interface.js", "lib\/content\/sites\/reddit.js", "lib\/content\/sites\/twitch.js", "lib\/content\/sites\/twitter.js", "lib\/content\/sites\/youtube.js", "data\/content.js" ] } ] } |