Auto refresh Chrome

Chrome refresh all tabs, reload tab, safe and free forever.

什麼是Auto refresh Chrome?

Auto refresh Chrome是由Presci Lia開發的Chrome擴展程式,該擴展的主要功能是“Chrome refresh all tabs, reload tab, safe and free forever.”。

擴展截圖

screenshot
screenshot

下載Auto refresh Chrome擴展crx文件

下載Auto refresh Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Auto refresh Chrome

Chrome refresh all tabs, easy auto refresh
Work good with Facebook, Twitter, Instagram, Vk.com... socials
Reload automatically tabs on a selected interval of seconds or specific time.
Refresh also includes a feature that allows you to monitor a page when refreshing it.

[The key feature list]
-Refresh page base on time interval.
-Loop times refresh
-Bulk start/stop refresh
-Dark/light mode UI

[Data Privacy Policy]
We do not track any websites, website usage, etc
We do not track any usage of the extension - that includes searches, filters, tabs, windows, popup opens, etc
Your settings are saved solely inside your browser.
We do not transfer any data to any 3rd party servers
We do not track any of your data, period.

[ADS FREE]
Nobody likes ads, we know that.
This extension does not display any ad, or anything else that is not sticker added by you.                    

擴展基本資訊

名稱 Auto refresh Chrome Auto refresh Chrome
ID jnflhgadfnkhhponjmfdmebgfgcolgdo
官方網址 https://chromewebstore.google.com/detail/auto-refresh-chrome/jnflhgadfnkhhponjmfdmebgfgcolgdo
簡介 Chrome refresh all tabs, reload tab, safe and free forever.
檔案大小 194 KB
安裝次數 4,448
目前版本 5.0.2
更新時間 2021-11-03
上架時間 2020-10-26
評分 3.67/5 共 3 次評分
開發者 Presci Lia
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/presci-lia-team-policy/policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "name": "Auto refresh Chrome",
    "version": "5.0.2",
    "default_locale": "en",
    "description": "Chrome refresh all tabs, reload tab, safe and free forever.",
    "author": "Tony Pham",
    "options_page": "options.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.google.com\/"
        ]
    },
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/vendors.js",
            "assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content-scripts.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Auto refresh Chrome",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "",
        "storage"
    ]
}