Goatbox for BTC-e
Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!
Goatbox for BTC-e란 무엇입니까?
Goatbox for BTC-e은(는) http://charlesism.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!"입니다.
확장 프로그램 스크린샷
Goatbox for BTC-e 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Goatbox is an unofficial extension for btc-e.com's chatbox that lets you hide messages from annoying users. Additional features include the ability to hide the chatbox entirely, and - at your own risk* - enable inline Youtube, Soundcloud, and Imgur media, in the chatbox. *I consider inline media (somewhat) insecure because it allows scripts from youtube.com, soundcloud.com, and imgur.com to run in the same environment as btce.com. If you understand the risk, you can enable these features by typing the following command (remember to include the "/" character) in the chatbox window and pressing return: /reckless true I am happy to accept donations, but be aware that I have stopped active development and support of Goatbox. My wallet addresses are: Bitcoin: 1ByMGkzdJf9nJR3797eiZuTiu1oQmXeUqH Litecoin: LhAaLidDAg9pFZQoQGDnLYJfHkqCtfU8tR Happy trading!
확장 프로그램 기본 정보
이름 | |
ID | bojkglffmhiidgmliclialapiapmlkhe |
공식 URL | https://chrome.google.com/webstore/detail/goatbox-for-btc-e/bojkglffmhiidgmliclialapiapmlkhe |
설명 | Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls! |
파일 크기 | 60.35 KB |
설치 횟수 | 23 |
현재 버전 | 1.93 |
최근 업데이트 | 2015-07-30 |
출시 날짜 | 2015-07-30 |
평점 | 4.71/5 총 7 개의 평점 |
개발자 | http://charlesism.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://charlesism.com/goatbox.html |
도움말 페이지 URL | https://charlesism.com/support.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Goatbox for BTC-e", "short_name": "Goatbox", "version": "1.93", "description": "Adds 'ignore' to btc-e.com's chatbox (aka \"trollbox\"). Banish spammers, scam-artists, bores, racists, dullards and trolls!", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "author": "Charles Constant", "homepage_url": "http:\/\/charlesism.com", "content_scripts": [ { "matches": [ "https:\/\/btc-e.com\/*" ], "js": [ "goatbox.js" ] } ] } |