Relay Auto Refresher

Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.

Relay Auto Refresherとは何ですか?

Relay Auto RefresherはLoadConnectDevによって開発されたChromeの拡張機能で、その主な機能は「Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.」です。

拡張機能のスクリーンショット

screenshot

Relay Auto Refresher拡張機能のCRXファイルをダウンロード

Relay Auto Refresher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval. Unlike other refreshers,  Auto Refresher gives you more accuracy and more control, without any worries of being blocked by websites you work with. 

Relay Auto Refresher comes in handy to any users that need to easily perform automatic web page refresh at certain times. It's fast and easy to use, there is no setup required - install the extension and let your idle pages be auto reloaded. Just choose the time you want and let the code do its magic.                    

拡張機能の基本情報

名前 Relay Auto Refresher Relay Auto Refresher
ID fdkkgjmhgecbgfdohphdgpnleklncfii
公式URL https://chromewebstore.google.com/detail/relay-auto-refresher/fdkkgjmhgecbgfdohphdgpnleklncfii
説明 Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.
ファイルサイズ 314 KB
インストール数 406
現在のバージョン 1.9
最終更新日 2023-08-30
公開日 2022-02-16
評価 4.50/5 合計 8 レビュー
開発者 LoadConnectDev
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://upsb.xyz
ヘルプページのURL https://upsb.xyz/contact-us
プライバシーポリシーページのURL https://loadconnect.io/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Relay Auto Refresher",
    "description": "Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval. ",
    "version": "1.9",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": ".\/popup.html"
    },
    "background": {
        "service_worker": "firebase.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/relay.amazon.com\/loadboard\/search*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/relay.amazon.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.mp3"
            ],
            "matches": [
                "https:\/\/relay.amazon.com\/*"
            ]
        }
    ]
}