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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://charlesism.com และคุณลักษณะหลักของมันคือ "Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goatbox for BTC-e
ดาวน์โหลดไฟล์ส่วนขยาย Goatbox for BTC-e ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |