WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Relay Auto-Refresher

Relay Auto-Refresher

View on Chrome Web Store
View Relay Auto-Refresher Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (13 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Reinvent the Amazon Relay load board with Relay Auto-Refresher
Type
Extension
Users
6,000 users
1K
Website hvnidea.com
heavenideacorp
View author page of heavenideacorp
Published
Published on November 12, 2019
Version 16.8
Manifest version
3
Updated
Updated on November 18, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Relay Auto-Refresher Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwjo94CPP8ni\/FLzdt1F2o8UmbZ460KIcSBOToTTiUv3nlfIa5Ws5Jm5PoInnnVS+Gsk1Ciq\/GbjzrCx65ayYZNhTGX+BCffXZaeapkZK1exi96cwXtzclUBHTIu9pYp87ZddIwWy\/p9TP\/Pl1aQ5yKrRccpE9T6MC1X6rg8NOoOgLymxMfFZiYYLt3AjqX\/SuogAJ1ymHooFEKQHC4kxOLkH0L3vNvcPI+DDqbIpvzX7wk+IjASyx\/Qa8lZqoGQnWdpvTqKQvLDrzxlsInkZTIIxljd9VZjiG0TfdhgXThSguXOt9MtH\/+\/2daEEmaelDhqBFbIP3+G\/qyjPBXhtEQIDAQAB",
    "manifest_version": 3,
    "name": "Relay Auto-Refresher",
    "version": "16.8",
    "short_name": "Relay Auto-Refresher",
    "description": "Reinvent the Amazon Relay load board with Relay Auto-Refresher",
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": ".\/src\/icons\/icon16.png",
            "32": ".\/src\/icons\/icon32.png",
            "48": ".\/src\/icons\/icon48.png",
            "128": ".\/src\/icons\/icon128.png"
        },
        "default_title": "Relay Auto-Refresher"
    },
    "permissions": [
        "tabs",
        "storage",
        "offscreen"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jct.js",
                "unsjct.js",
                "src\/assets\/onBtn.png",
                "src\/assets\/onBtn2.png",
                "src\/assets\/offBtn.png",
                "src\/assets\/n.mp3",
                "src\/assets\/loading.png",
                "src\/assets\/loadboard.gif",
                "src\/assets\/screenshot.jpg"
            ],
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.ca\/*",
                "https:\/\/relay.amazon.fr\/*",
                "https:\/\/relay.amazon.it\/*",
                "https:\/\/relay.amazon.pl\/*",
                "https:\/\/relay.amazon.in\/*",
                "https:\/\/relay.amazon.cz\/*",
                "https:\/\/relay.amazon.co.jp\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.ca\/*",
                "https:\/\/relay.amazon.fr\/*",
                "https:\/\/relay.amazon.it\/*",
                "https:\/\/relay.amazon.pl\/*",
                "https:\/\/relay.amazon.in\/*",
                "https:\/\/relay.amazon.cz\/*",
                "https:\/\/relay.amazon.co.jp\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/src\/icons\/icon16.png",
        "32": ".\/src\/icons\/icon32.png",
        "48": ".\/src\/icons\/icon48.png",
        "128": ".\/src\/icons\/icon128.png"
    },
    "oauth2": {
        "client_id": "83403241982-26b73ate6lgsdubgh5enckpcf4ptn29s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}
© 2025 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