WebExtension.net
WebExtension.net

Earn Alliance Companion

View on Chrome Web Store
View Earn Alliance Companion Chrome Extension on Chrome Web Store
3.2 (181 ratings)

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

Earn Alliance Companion
Type
Extension
Users
30,000 users
Earn Alliance
View author page of Earn Alliance
Published
Published on February 22, 2024
Version 1.0.23
Manifest version
3
Updated
Updated on September 26, 2024
View on Chrome Web Store
View Earn Alliance Companion 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",
    "name": "Earn Alliance Companion",
    "version": "1.0.23",
    "description": "Earn Alliance Companion",
    "manifest_version": 3,
    "options_page": "options.html",
    "host_permissions": [
        "*:\/\/account.riotgames.com\/*",
        "*:\/\/ca.account.sony.com\/*"
    ],
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "cookies"
    ],
    "content_scripts": [
        {
            "js": [
                "main-world.js"
            ],
            "run_at": "document_idle",
            "world": "MAIN",
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*",
                "*:\/\/store.epicgames.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "inject.js"
            ],
            "css": [
                "lib\/toastr.min.css",
                "css\/inject.css"
            ],
            "run_at": "document_idle",
            "world": "ISOLATED",
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*",
                "*:\/\/store.epicgames.com\/*",
                "*:\/\/www.epicgames.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "googleplay-scraper.js"
            ],
            "run_at": "document_idle",
            "world": "ISOLATED",
            "matches": [
                "*:\/\/play.google.com\/library\/games"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "riotgames-scraper.js"
            ],
            "run_at": "document_idle",
            "world": "ISOLATED",
            "matches": [
                "*:\/\/account.riotgames.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "playstation-redirect.js"
            ],
            "run_at": "document_idle",
            "world": "ISOLATED",
            "matches": [
                "*:\/\/id.sonyentertainmentnetwork.com\/id\/management_ca\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/logo.png",
            "32": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vercel.app\/*",
            "*:\/\/localhost\/*",
            "*:\/\/earnalliance.com\/*",
            "*:\/\/www.earnalliance.com\/*",
            "*:\/\/test.earnalliance.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo.png"
            ],
            "matches": [
                "*:\/\/*.vercel.app\/*",
                "*:\/\/localhost\/*",
                "*:\/\/earnalliance.com\/*",
                "*:\/\/www.earnalliance.com\/*",
                "*:\/\/test.earnalliance.com\/*",
                "*:\/\/play.google.com\/*",
                "*:\/\/account.riotgames.com\/*",
                "*:\/\/id.sonyentertainmentnetwork.com\/*"
            ]
        }
    ]
}
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