Page Refresher

Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!

Apa itu Page Refresher?

Page Refresher adalah ekstensi Chrome yang dikembangkan oleh https://illutex.com, dan fitur utamanya adalah "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Page Refresher

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

                        Need to automatically reload web pages? 
Tired clicking 'Reload' in your browser?
Forgetting refresh pages?

Page Refresher - is all you need! Just open page, select the time and relax :)
You can see the remaining time to reload on Page Refresher's icon in every tab.

And the main advantage to add this extension: THERE'S NO SPAM, NO ADS, NO FISHING.
Everything is simple, everything is clear.                    

Informasi Dasar Ekstensi

Nama Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
URL Resmi https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
Deskripsi Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
Ukuran File 211 KB
Jumlah Instalasi 2,933
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2021-08-09
Tanggal Publikasi 2021-08-08
Penilaian 4.00/5 Total 14 Penilaian
Pengembang https://illutex.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://illutex.com/
URL Halaman Bantuan http://illutex.com/chat
Bahasa yang Didukung en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Refresher",
    "version": "2.0.1",
    "default_locale": "en",
    "description": "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!",
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "38": "38.png",
        "48": "48.png",
        "128": "128.png"
    },
    "homepage_url": "http:\/\/illutex.com\/products\/pageRefresher",
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "activeTab",
        "background"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Auto Reload Options",
        "default_icon": {
            "19": "19.png",
            "38": "38.png",
            "48": "48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}