The Norwegian Battlefield Seeding Tool

Denne utvidelsen lar deg koble deg til BF4 servere automatisk (Kun NBFC)

The Norwegian Battlefield Seeding Toolとは何ですか?

The Norwegian Battlefield Seeding Toolはhttp://www.nbfc.noによって開発されたChromeの拡張機能で、その主な機能は「Denne utvidelsen lar deg koble deg til BF4 servere automatisk (Kun NBFC)」です。

拡張機能のスクリーンショット

screenshot
screenshot

The Norwegian Battlefield Seeding Tool拡張機能のCRXファイルをダウンロード

The Norwegian Battlefield Seeding Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension lets you automatically connect to BF4 servers (Only NBFC).

Add all NBFC servers to favorites on battlelog, then hit the SEED button.
The plugin will automatically join the first server witch is below half full, and go to the next one when it reaches more than half of total player slots. 

This is to help populate our servers, when being away from your PC doing other stuff, so that you can come home to a full server. ;)

TO MAKE THIS WORK, YOU HAVE TO BE IN THE FAVORITES TAB!
And the urls MUST be without language, e.g http://battlelog.battlefield.com/bf4/servers/favourites/pc/

Changelog:
1.2.0
-Fixed server url
-Updated to jquery 2.1.1
1.1.2
- Added server #3
1.1.1
- Removed server #3 to #6
1.1.0
- Removed server #7
- Changed priority of servers
1.0.9
- Changed server ip's
1.0.8
- Changed server order
1.0.7:
- Added NBFC #7                    

拡張機能の基本情報

名前 The Norwegian Battlefield Seeding Tool The Norwegian Battlefield Seeding Tool
ID ijiaahkjemdeefjllofdlklgegoiljke
公式URL https://chrome.google.com/webstore/detail/the-norwegian-battlefield/ijiaahkjemdeefjllofdlklgegoiljke
説明 Denne utvidelsen lar deg koble deg til BF4 servere automatisk (Kun NBFC)
ファイルサイズ 98.65 KB
インストール数 22
現在のバージョン 1.2.0
最終更新日 2019-03-08
公開日 2019-03-08
評価 3.00/5 合計 2 レビュー
開発者 http://www.nbfc.no
支払い方法 free
拡張機能のウェブサイト http://nbfc.no/threads/nbfc-automatisk-seeding-av-servere.431/
ヘルプページのURL http://nbfc.no/threads/nbfc-automatisk-seeding-av-servere.431/
対応言語 no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Norwegian Battlefield Seeding Tool",
    "description": "Denne utvidelsen lar deg koble deg til BF4 servere automatisk (Kun NBFC)",
    "author": "ColdIce",
    "version": "1.2.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "homepage_url": "http:\/\/www.nbfc.no",
    "web_accessible_resources": [
        "jquery-2.1.1.min.map",
        "JS_Seeding.js",
        "jquery-2.1.1.min.js"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "JS_Seeding.js"
            ],
            "matches": [
                "http:\/\/battlelog.battlefield.com\/bf4\/servers\/favourites\/pc\/*",
                "http:\/\/battlelog.battlefield.com\/bf4\/serverbrowserwarsaw\/favourites\/pc\/*"
            ]
        }
    ]
}