FPW Subscriber

Single-click subscribe for Fire Pro Wrestling

What is FPW Subscriber?

FPW Subscriber is a Chrome extension developed by David Hill, and its main feature is "Single-click subscribe for Fire Pro Wrestling".

Extension Screenshots

screenshot

Download FPW Subscriber Extension CRX File

Download FPW Subscriber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Subscribe to all wrestler parts with a single click on Fire Pro Wrestling website or Steam Workshop.                    

Extension Basic Information

Name FPW Subscriber FPW Subscriber
ID dfmeifpfilggjmmgppkjmaiakhnpbhpc
Official URL https://chromewebstore.google.com/detail/fpw-subscriber/dfmeifpfilggjmmgppkjmaiakhnpbhpc
Description Single-click subscribe for Fire Pro Wrestling
File Size 31.89 KB
Installation Count 279
Current Version 1.2
Last Updated 2022-09-10
Publish Date 2022-04-18
Rating 5.00/5 Total 4 Ratings
Developer David Hill
Email [email protected]
Payment Type free
Extension Website https://github.com/biffhuxtable/fpw-subscribe
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FPW Subscriber",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Single-click subscribe for Fire Pro Wrestling",
    "homepage_url": "https:\/\/github.com\/biffhuxtable\/fpw-subscribe",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "FPW Subscriber",
        "default_icon": "images\/icon128.png"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/firepro-w.com\/",
        "https:\/\/steamcommunity.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fpw.js",
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}