Auto Refresh No Tracker
Auto reload page (no tracker)
Auto Refresh No Trackerとは何ですか?
Auto Refresh No Trackerはvhqtvnによって開発されたChromeの拡張機能で、その主な機能は「Auto reload page (no tracker)」です。
拡張機能のスクリーンショット
Auto Refresh No Tracker拡張機能のCRXファイルをダウンロード
Auto Refresh No Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allow you to start/stop autoreloading/refresh a webpage by configurable period.
拡張機能の基本情報
名前 | Auto Refresh No Tracker |
ID | bajhfolkgmedggmpjjjgkpbegnkfkofd |
公式URL | https://chromewebstore.google.com/detail/auto-refresh-no-tracker/bajhfolkgmedggmpjjjgkpbegnkfkofd |
説明 | Auto reload page (no tracker) |
ファイルサイズ | 3.32 MB |
インストール数 | 59 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-09-12 |
公開日 | 2020-04-14 |
開発者 | vhqtvn |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh No Tracker", "version": "1.0.2", "manifest_version": 2, "description": "Auto reload page (no tracker)", "icons": { "16": "icon_g.png", "48": "icon_g.png", "128": "icon_g.png" }, "default_locale": "en", "browser_action": { "default_icon": "icon_g.png", "default_title": "Auto Refresh", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |