Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

Apa itu Auto Refresh Page?

Auto Refresh Page adalah ekstensi Chrome yang dikembangkan oleh ProfileVisitor.co, dan fitur utamanya adalah "Auto Refresh Page is the extension to refresh a page on regular 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

                        Auto Refresh Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

Informasi Dasar Ekstensi

Nama Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
URL Resmi https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
Deskripsi Auto Refresh Page is the extension to refresh a page on regular intervals
Ukuran File 201 KB
Jumlah Instalasi 4,000
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2018-01-31
Tanggal Publikasi 2018-01-31
Penilaian 3.33/5 Total 3 Penilaian
Pengembang ProfileVisitor.co
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}