Auto Refresh No Tracker
Auto reload page (no tracker)
What is Auto Refresh No Tracker?
Auto Refresh No Tracker is a Chrome extension developed by vhqtvn, and its main feature is "Auto reload page (no tracker)".
Extension Screenshots
Download Auto Refresh No Tracker Extension CRX File
Download Auto Refresh No Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allow you to start/stop autoreloading/refresh a webpage by configurable period.
Extension Basic Information
Name | Auto Refresh No Tracker |
ID | bajhfolkgmedggmpjjjgkpbegnkfkofd |
Official URL | https://chromewebstore.google.com/detail/auto-refresh-no-tracker/bajhfolkgmedggmpjjjgkpbegnkfkofd |
Description | Auto reload page (no tracker) |
File Size | 3.32 MB |
Installation Count | 59 |
Current Version | 1.0.2 |
Last Updated | 2021-09-12 |
Publish Date | 2020-04-14 |
Developer | vhqtvn |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |