Easy auto refresher plus

【Quality】Intelligent auto refresh page tool with custom intervals.

Easy auto refresher plusとは何ですか?

Easy auto refresher plusはmargaretafossb70によって開発されたChromeの拡張機能で、その主な機能は「【Quality】Intelligent auto refresh page tool with custom intervals.」です。

拡張機能のスクリーンショット

screenshot

Easy auto refresher plus拡張機能のCRXファイルをダウンロード

Easy auto refresher plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easy auto refresher plus is a free browser extension that can automatically refresh and reload any page or tab after a specified number of seconds. Simply enter the number of seconds between page refreshes and click the start button.
The main features: 
-Auto refresh timer with second precision
-Predefined simple-click intervals
-Forever free                    

拡張機能の基本情報

名前 Easy auto refresher plus Easy auto refresher plus
ID pbdhfeomafblhhgbfkbgmphfngpcmdke
公式URL https://chromewebstore.google.com/detail/easy-auto-refresher-plus/pbdhfeomafblhhgbfkbgmphfngpcmdke
説明 【Quality】Intelligent auto refresh page tool with custom intervals.
ファイルサイズ 119 KB
インストール数 1,302
現在のバージョン 1.0.0
最終更新日 2022-08-20
公開日 2022-08-20
評価 5.00/5 合計 4 レビュー
開発者 margaretafossb70
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://extensiondock.com/privacy
対応言語 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "version": "1.0.0"
}