Auto Refresh Tabv Firefox

Examine source code of Auto Refresh Tabv

Par : QQ88
Inspect and view changes in Auto Refresh Tabv source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Refresh Tab",
  "version": "1.0",
  "description": "Tự động làm mới tab hiện tại sau khoảng thời gian định sẵn.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/refresh.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/refresh.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{89dd8e12-b669-4530-842e-ad58eb117f9b}"
    }
  }
}

Meilleures alternatives Auto Refresh Tabv

Voici quelques Firefox add-ons qui sont similaires à Auto Refresh Tabv :