Draftnik for FPL

Save team drafts you create on Fantasy Premier League.

Qu'est-ce que Draftnik for FPL ?

Draftnik for FPL est une extension Chrome développée par Alex Mathew, et sa fonction principale est "Save team drafts you create on Fantasy Premier League.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Draftnik for FPL

Téléchargez les fichiers d'extension Draftnik for FPL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/)                    

Informations de Base sur l'Extension

Nom Draftnik for FPL Draftnik for FPL
ID eeolkemdaflnkhjpkodccelahhbdkhpf
URL Officiel https://chromewebstore.google.com/detail/draftnik-for-fpl/eeolkemdaflnkhjpkodccelahhbdkhpf
Description Save team drafts you create on Fantasy Premier League.
Taille du Fichier 1.26 MB
Nombre d'Installations 257
Version Actuelle 2.1.0
Dernière Mise à Jour 2022-07-23
Date de Publication 2020-08-19
Évaluation 5.00/5 Total 5 Évaluations
Développeur Alex Mathew
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://draftnik.cc/
URL de la Page d'Aide https://twitter.com/alxmth03/
URL de la Page de Politique de Confidentialité http://app.draftnik.cc/privacy-policy.html
Langues Prises en Charge 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'"
    }
}