WebExtension.net
WebExtension.net

FPL Tools

View on Chrome Web Store
View FPL Tools Chrome Extension on Chrome Web Store
4.5 (73 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Tools to help fantasy premier league manager
Type
Extension
Users
20,000 users
Amit Chauhan
View author page of Amit Chauhan
Published
Published on October 10, 2018
Version 5.1.0
Manifest version
3
Updated
Updated on August 17, 2024
View on Chrome Web Store
View FPL Tools Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Tools to help fantasy premier league manager",
    "version": "5.1.0",
    "name": "FPL Tools",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-32.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fantasy.premierleague.com\/*",
                "*:\/\/*.draft.premierleague.com\/*"
            ],
            "js": [
                "fpl.js"
            ],
            "css": [
                "fpl.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.js"
            ],
            "matches": [
                "*:\/\/*.fantasy.premierleague.com\/*",
                "*:\/\/*.draft.premierleague.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top