Simple Auto Refresh

Simple Auto Refresh

Auto refresh extension that simply DOES NOT want your data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simple Auto Refresh",
  "version": "1.0",
  "description": "Auto refresh extension that simply DOES NOT want your data.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Simple Auto Refresh"
  },
  "manifest_version": 2
}