Examine source code of Tab Opener Counter

Inspect and view changes in Tab Opener Counter source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Opener Counter",
  "version": "1.0",
  "description": "Đếm số lần người dùng mở cùng một trang web trong nhiều tab và hiển thị cảnh báo khi số lượng vượt quá một giới hạn nhất định.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6747e3a3-5397-486f-a135-004038e1a964}"
    }
  }
}