Draftnik for FPL

Save team drafts you create on Fantasy Premier League.

Draftnik for FPL क्या है?

Draftnik for FPL Alex Mathew द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save team drafts you create on Fantasy Premier League."।

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

screenshot
screenshot
screenshot

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

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

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

                        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 Draftnik for FPL
ID eeolkemdaflnkhjpkodccelahhbdkhpf
आधिकारिक URL 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'"
    }
}