Auto Refresh Page

Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.

Apa itu Auto Refresh Page?

Auto Refresh Page adalah ekstensi Chrome yang dikembangkan oleh Page Refresh, dan fitur utamanya adalah "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Refresh Page

Unduh file ekstensi Auto Refresh Page 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

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!                    

Informasi Dasar Ekstensi

Nama Auto Refresh Page Auto Refresh Page
ID llfpaibekbngemphkhllbbffpgopboec
URL Resmi https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec
Deskripsi Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Ukuran File 7.94 KB
Jumlah Instalasi 1,139
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-07-02
Tanggal Publikasi 2020-12-08
Penilaian 2.75/5 Total 4 Penilaian
Pengembang Page Refresh
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/extensions-privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "2.0",
    "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}