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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LoadConnectDev และคุณลักษณะหลักของมันคือ "Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Relay Auto Refresher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
            ]
        }
    ]
}