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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}