Reddcoin Tip Platform
Adds a tip button to reddit, twitch, and twitter.
Reddcoin Tip Platform란 무엇입니까?
Reddcoin Tip Platform은(는) Andy Groff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a tip button to reddit, twitch, and twitter."입니다.
확장 프로그램 스크린샷
Reddcoin Tip Platform 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Reddcoin Tip Platform |
ID | lcoponfclppkdadbglnkhedjonbfegic |
공식 URL | https://chromewebstore.google.com/detail/reddcoin-tip-platform/lcoponfclppkdadbglnkhedjonbfegic |
설명 | Adds a tip button to reddit, twitch, and twitter. |
파일 크기 | 228 KB |
설치 횟수 | 499 |
현재 버전 | 1.1.9 |
최근 업데이트 | 2014-11-30 |
출시 날짜 | 2014-11-29 |
평점 | 4.77/5 총 79 개의 평점 |
개발자 | Andy Groff |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |