UnassignedItems
Quickly discover how many unassigned item do you have
UnassignedItems란 무엇입니까?
UnassignedItems은(는) toolsforfut에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly discover how many unassigned item do you have"입니다.
확장 프로그램 스크린샷
UnassignedItems 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | fdjenkelcihiakncicdjakgbdafpijch |
공식 URL | 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\/*" ] } |