UnassignedItems

Quickly discover how many unassigned item do you have

什麼是UnassignedItems?

UnassignedItems是由toolsforfut開發的Chrome擴展程式,該擴展的主要功能是“Quickly discover how many unassigned item do you have”。

擴展截圖

screenshot

下載UnassignedItems擴展crx文件

下載UnassignedItems擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        UPDATE for FIFA Ultima Team 22

If the application isn't working properly check if you have any Futbin extension enabled and try to temporarily disable it.

Are you full of unassigned players and you have no idea of how many left to sell? This chrome extension is made for you!
With one single click on the extension icon you will see the exact number of unassigned items.
In order to refresh the number of item you will have to reload the page.

Side note: this extension simply reads and show a number already loaded in the web-app. 
However installing and using it, you assume any and all risk associated with usage.                    

擴展基本資訊

名稱 UnassignedItems UnassignedItems
ID fdjenkelcihiakncicdjakgbdafpijch
官方網址 https://chrome.google.com/webstore/detail/unassigneditems/fdjenkelcihiakncicdjakgbdafpijch
簡介 Quickly discover how many unassigned item do you have
檔案大小 318 KB
安裝次數 2,000
目前版本 1.3
更新時間 2021-09-24
上架時間 2019-12-03
評分 4.62/5 共 21 次評分
開發者 toolsforfut
電子郵箱 [email protected]
付費類型 free
支援的語言 en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UnassignedItems",
    "description": "__MSG_descr__",
    "version": "1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "UnassignedItem",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "content\/hook.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/*\/fifa\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "content\/proxy.js",
                "content\/load_hook.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "https:\/\/www.easports.com\/*"
    ]
}