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 là gì?
Goatbox for BTC-e là một tiện ích mở rộng Chrome được phát triển bởi http://charlesism.com, và tính năng chính của nó là "Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!".
Ả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 Goatbox for BTC-e
Tải xuống các tệp mở rộng Goatbox for BTC-e 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bojkglffmhiidgmliclialapiapmlkhe |
URL Chính Thức | https://chrome.google.com/webstore/detail/goatbox-for-btc-e/bojkglffmhiidgmliclialapiapmlkhe |
Mô tả | Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls! |
Kích Thước Tệp | 60.35 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.93 |
Cập Nhật Lần Cuối | 2015-07-30 |
Ngày Phát Hành | 2015-07-30 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://charlesism.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://charlesism.com/goatbox.html |
URL Trang Trợ Giúp | https://charlesism.com/support.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |