Futbin Plugin for FUT Web App

Use Futbin while trading on the Fifa 18 FUT Web App!

Futbin Plugin for FUT Web App क्या है?

Futbin Plugin for FUT Web App Rdb Productions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Futbin while trading on the Fifa 18 FUT Web App!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Futbin Plugin for FUT Web App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Futbin plugin for Fifa 18 FUT Web App!
Do you also use Futbin to trade efficiently on fifa 18? Now you can search players on Futbin while using the Fifa 18 FUT Web App!

- Search players
- Find best prices
- Check SBC Solutions
- Use Squad Builder
- And many more...

New in Version 2.0.0:
- Futbin page will remain open
- Futbin page is now draggable
- Bug fixes and other optimalisations

New in Version 2.2.0:
- New logo
- Better design
- Open and close problems fixed
- Bug fixes and other optimalisations

New in Version 2.3.0:
- Added Club Boost: Prank your friends!
- Futbin Plugin is now resizable
- Keeps active on background when closed
- Transparant while dragging
- Bug fixes and other optimalisations

**DISCLAIMER**
This is an unofficial Chrome Extension that uses the Futbin services. All credits for this extension go to Futbin, the developer is not responisible for any problems.                    

एक्सटेंशन की मूल जानकारी

नाम Futbin Plugin for FUT Web App Futbin Plugin for FUT Web App
ID fianadpfpllbligahbkhecbboafklfed
आधिकारिक URL https://chrome.google.com/webstore/detail/futbin-plugin-for-fut-web/fianadpfpllbligahbkhecbboafklfed
विवरण Use Futbin while trading on the Fifa 18 FUT Web App!
फ़ाइल का आकार 1.78 MB
स्थापना संख्या 885
वर्तमान संस्करण 2.3.0
अंतिम अपडेट 2018-03-06
प्रकाशन तिथि 2018-03-06
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर Rdb Productions
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Futbin Plugin for FUT Web App",
    "short_name": "Futbin Plugin",
    "version": "2.3.0",
    "description": "Use Futbin while trading on the Fifa 18 FUT Web App!",
    "browser_action": {
        "default_icon": "icon32.png"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}