Draftnik for FPL
Save team drafts you create on Fantasy Premier League.
什麼是Draftnik for FPL?
Draftnik for FPL是由Alex Mathew開發的Chrome擴展程式,該擴展的主要功能是“Save team drafts you create on Fantasy Premier League.”。
擴展截圖
下載Draftnik for FPL擴展crx文件
下載Draftnik for FPL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you play Fantasy Premier League? Do you plan different squad combinations before hitting that "Make Transfers" button? Do you use screenshots to keep track of the various drafts you create? Say hello to Draftnik. And say goodbye to those folders full of screenshots! The Draftnik Chrome extension adds a "Save Draft" button on the FPL transfers page for you to save the current squad of 15 you have created. You can view your saved drafts by clicking on the Draftnik logo on the extensions list (next to the address bar on Chrome). You can also view all your saved drafts on the Draftnik Dashboard (http://app.draftnik.cc/)
擴展基本資訊
名稱 | Draftnik for FPL |
ID | eeolkemdaflnkhjpkodccelahhbdkhpf |
官方網址 | https://chromewebstore.google.com/detail/draftnik-for-fpl/eeolkemdaflnkhjpkodccelahhbdkhpf |
簡介 | Save team drafts you create on Fantasy Premier League. |
檔案大小 | 1.26 MB |
安裝次數 | 257 |
目前版本 | 2.1.0 |
更新時間 | 2022-07-23 |
上架時間 | 2020-08-19 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Alex Mathew |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://draftnik.cc/ |
說明頁面URL | https://twitter.com/alxmth03/ |
隱私政策頁面URL | http://app.draftnik.cc/privacy-policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Save team drafts you create on Fantasy Premier League.", "version": "2.1.0", "manifest_version": 3, "name": "Draftnik for FPL", "short_name": "Draftnik", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/logo48.png" ], "matches": [ "https:\/\/fantasy.premierleague.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/fantasy.premierleague.com\/*" ], "js": [ "content.bundle.js" ], "run_at": "document_end" } ], "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |