Battlelog Servers Blacklist

This extension allows you to create your own blacklist of banned Battlefield series servers.

Τι είναι το Battlelog Servers Blacklist;

Το Battlelog Servers Blacklist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://screensider.com, και η κύρια λειτουργία του είναι "This extension allows you to create your own blacklist of banned Battlefield series servers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Battlelog Servers Blacklist

Λήψη αρχείων επέκτασης Battlelog Servers Blacklist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Add a server to your blacklist, and BSB extension will notify you when visiting it.

Tired of stupid servers configuration; auto balance in inappropriate moment; no ability to move to larger / winning team; servers' admins; bans for no reason? Just add a server to your blacklist and you won't see it again anymore.

Supported games:
Battlefield 3
Battlefield 4
Battlefield Hardline
Battlefield 4 CTE
Battlefield Hardline CTE
 
Future plans:
- Hide blocked servers from Server Browser.
- Display BSB status of server on which one's friend plays in Com Center.
- Preferences tab.
- MOHW support can be implemented with donation only.

You can fork it on GitHub:
https://github.com/SerDIDG/BattlelogServersBlacklist

v 0.9.0:
- Remote server fix.

v 0.8.8
- Status bar fix.

v 0.8.7
- Status bar fix.

v 0.8.5 - 0.8.6
- CTE support.
- Bug fix.

v 0.8.4:
- BSB button was not shown at Battlefield 4's serverbrowser warsaw.

v 0.8.3:
- Added AJAX Headers for future works.

v 0.8.2:
- Donate button.

v 0.8.1:
- Fixed bug with incorrect displaying month of comment.

v 0.8:
- Added Battlefield Hardline Beta support.
- Minor fixes.

v 0.7:
- Biggest update ever.
- Added global servers status and global comments.
- Finally added full Battlefield 4 support.

v 0.6.2:
- Fixed bug with not displaying icon of the ban on server loader bar, Battlelog update specifics.

v 0.5.3:
- Fixed bug with adding servers to blacklist, Battlelog update specifics.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Battlelog Servers Blacklist Battlelog Servers Blacklist
ID eobkbhboppfebolebbcbbigmbfmflmcf
Επίσημο URL https://chromewebstore.google.com/detail/battlelog-servers-blackli/eobkbhboppfebolebbcbbigmbfmflmcf
Περιγραφή This extension allows you to create your own blacklist of banned Battlefield series servers.
Μέγεθος Αρχείου 119 KB
Αριθμός Εγκαταστάσεων 1,527
Τρέχουσα Έκδοση 0.9.1
Τελευταία Ενημέρωση 2021-04-07
Ημερομηνία Δημοσίευσης 2015-11-07
Αξιολόγηση 4.40/5 Συνολικά 123 Αξιολογήσεις
Προγραμματιστής https://screensider.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://screensider.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://screensider.com/topic/116
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Battlelog Servers Blacklist",
    "short_name": "BSB",
    "description": "This extension allows you to create your own blacklist of banned Battlefield series servers.",
    "version": "0.9.1",
    "permissions": [
        "tabs",
        "*:\/\/battlelog.battlefield.com\/*",
        "*:\/\/cte.battlelog.com\/*",
        "https:\/\/bsb.artlark.ru\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "64": "images\/icon64.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/common\/common.js",
            "scripts\/common\/useragent.js",
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": "images\/logo.png",
        "default_title": "Battlelog Servers Blacklist",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/common-edge.css",
                "styles\/styles.css"
            ],
            "js": [
                "scripts\/common\/common.js",
                "scripts\/common\/useragent.js",
                "scripts\/common\/dialog.js",
                "scripts\/app\/application.js",
                "scripts\/app\/tooltip.js",
                "scripts\/app\/bsb.button.js",
                "scripts\/app\/bsb.notification.js",
                "scripts\/scripts.js"
            ],
            "matches": [
                "*:\/\/battlelog.battlefield.com\/bf3\/*",
                "*:\/\/battlelog.battlefield.com\/bf4\/*",
                "*:\/\/battlelog.battlefield.com\/bfh\/*",
                "*:\/\/cte.battlelog.com\/bf4\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}