Reddit Merc's BF4 Seeder

This extension automatically connects BF4 clients

Reddit Merc's BF4 Seeder क्या है?

Reddit Merc's BF4 Seeder http://rmfclan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automatically connects BF4 clients"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Merc's BF4 Seeder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}