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" ] } ] } |