Reddit Merc's BF4 Seeder

This extension automatically connects BF4 clients

Reddit Merc's BF4 Seederとは何ですか?

Reddit Merc's BF4 Seederはhttp://rmfclan.comによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically connects BF4 clients」です。

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

screenshot
screenshot
screenshot

Reddit Merc's BF4 Seeder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The extension is designed to allow you to seed your favourite servers with just a few clicks: 

- Simply navigate to your favourites view and toggle servers you wish to seed. 

- To change seed order, click the  icon in your browser's address bar. 

- When ready, click the SEED menu button in your Battlelog to start! 

Be sure to check out our page for instructions & feedback!

http://www.rmfclan.com/thread/1414/bf4-seeder-plugin                    

拡張機能の基本情報

名前 Reddit Merc's BF4 Seeder Reddit Merc's BF4 Seeder
ID kgnmelflbipgmjkepcokalgppcgbjiki
公式URL https://chrome.google.com/webstore/detail/reddit-mercs-bf4-seeder/kgnmelflbipgmjkepcokalgppcgbjiki
説明 This extension automatically connects BF4 clients
ファイルサイズ 204 KB
インストール数 88
現在のバージョン 1.0.7
最終更新日 2015-03-02
公開日 2015-03-02
評価 5.00/5 合計 6 レビュー
開発者 http://rmfclan.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.rmfclan.com/thread/1414/bf4-seeder-plugin
ヘルプページのURL http://www.rmfclan.com/thread/1414/bf4-seeder-plugin
対応言語 en-GB
manifest.json
{
    "version": "1.0.7",
    "author": "c0d34w4y",
    "description": "This extension automatically connects BF4 clients",
    "homepage_url": "http:\/\/www.rmfclan.com",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "manifest_version": 2,
    "name": "Reddit Merc's BF4 Seeder",
    "short_name": "BF4 Seeder",
    "permissions": [
        "storage",
        "declarativeContent",
        "webNavigation",
        "tabs",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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"
    ],
    "page_action": {
        "default_title": "Reddit Merc's BF4 Seeder",
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.min.js",
                "jquery-ui-1.10.3.min.js",
                "bf4.js",
                "common.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/battlelog.battlefield.com\/bf4\/*",
                "http:\/\/battlelog.battlefield.com\/bf4\/servers\/show\/pc\/*",
                "http:\/\/battlelog.battlefield.com\/bf4\/servers\/favourites\/pc\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    }
}