Custom Auto Refresh

A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.

Apa itu Custom Auto Refresh?

Custom Auto Refresh adalah ekstensi Chrome yang dikembangkan oleh VastBlast, dan fitur utamanya adalah "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Custom Auto Refresh

Unduh file ekstensi Custom Auto Refresh dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need.

Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.                    

Informasi Dasar Ekstensi

Nama Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
URL Resmi https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
Deskripsi A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Ukuran File 112 KB
Jumlah Instalasi 3,315
Versi Saat Ini 2.3.2
Terakhir Diperbarui 2023-10-10
Tanggal Publikasi 2021-01-12
Penilaian 4.78/5 Total 18 Penilaian
Pengembang VastBlast
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/VastBlast/ChromeAutoRefresh
URL Halaman Bantuan https://nitestats.com/contact
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Auto Refresh",
    "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.",
    "version": "2.3.2",
    "icons": {
        "48": ".\/icons\/icon-inactive.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_icon": ".\/icons\/icon-inactive.png",
        "default_popup": ".\/main\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ]
}