BF4 Auto Seeding

This extension automatically connects BF4 clients

Τι είναι το BF4 Auto Seeding;

Το BF4 Auto Seeding είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.skami.net, και η κύρια λειτουργία του είναι "This extension automatically connects BF4 clients".

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

screenshot

Λήψη αρχείου CRX της επέκτασης BF4 Auto Seeding

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

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

                        PLEASE READ THE INSTRUCTIONS BELOW!

An extension that will help Battlefield 4 server administrators (or anybody for that matter) automatically seed their servers to get them populated faster.

It will allow you to seed up to 8 servers and it gives you the option configure the order in which you wish to seed the servers by dragging them accordingly.

INSTRUCTIONS
First time setup:

Goto: http://battlelog.battlefield.com/bf4/serverbrowserwarsaw/favourites/pc/
(if already there press F5).

You'll see 2 extra buttons in the menu Seed and Reset.

Once you press the Seed button for the first time a small popup window will appear in which you can read the server name and a text-box where you put the maximum amount of players that the server can hold.
It will repeat the popup for every server you have on your favorites, this is a one time thing after which your settings will be saved.

IMPORTANT!: This extension willwork in combination with Better Battlelog but might require some tweaking!

The extension will automatically seed servers till they are 50% populated, so if you enter 64 in the text-box the extension will seed until the threshold of 32 players has been reached, after which it will start seeding the next server. If you wish to seed servers till the population is higher simply multiply the value you want it to stop seeding at e.g stop at 40 enter 80. If you don't want to seed the server at all just enter 0.

The reset button can be used to remove all your settings, this can be useful when you add or remove servers from/to your favorites.

Feedback is always appreciated. :]                    

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

Όνομα BF4 Auto Seeding BF4 Auto Seeding
ID aghnodmijihhdkdilljanmmbmccahbcf
Επίσημο URL https://chromewebstore.google.com/detail/bf4-auto-seeding/aghnodmijihhdkdilljanmmbmccahbcf
Περιγραφή This extension automatically connects BF4 clients
Μέγεθος Αρχείου 175 KB
Αριθμός Εγκαταστάσεων 365
Τρέχουσα Έκδοση 6.0.4
Τελευταία Ενημέρωση 2014-05-31
Ημερομηνία Δημοσίευσης 2014-05-31
Αξιολόγηση 4.00/5 Συνολικά 32 Αξιολογήσεις
Προγραμματιστής https://www.skami.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BF4 Auto Seeding",
    "description": "This extension automatically connects BF4 clients",
    "author": "Kami",
    "version": "6.0.4",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "Skami-IconG16.png",
        "32": "Skami-IconG32.png",
        "48": "Skami-IconG48.png",
        "64": "Skami-IconG64.png",
        "128": "Skami-IconG128.png"
    },
    "homepage_url": "http:\/\/www.skami.net\/",
    "web_accessible_resources": [
        "jquery-1.10.2.min.js",
        "jquery-ui-1.10.3.min.js",
        "jquery-1.10.2.min.map",
        "Auto_Seeding.js"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.min.js",
                "jquery-ui-1.10.3.min.js",
                "Auto_Seeding.js"
            ],
            "matches": [
                "http:\/\/battlelog.battlefield.com\/bf4\/*",
                "http:\/\/battlelog.battlefield.com\/bf4\/servers\/favourites\/pc\/*",
                "http:\/\/battlelog.battlefield.com\/bf4\/serverbrowserwarsaw\/favourites\/pc\/*"
            ]
        }
    ]
}