My Sample Add-on Firefox

Examine source code of My Sample Add-on

By: 789p
Inspect and view changes in My Sample Add-on source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "My Sample Add-on",
  "version": "1.0",
  "description": "Một addon mẫu hiển thị thông báo.",
  "permissions": [
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Click me!"
  },
  "applications": {
    "gecko": {
      "id": "my-sample-addon@example.com"
    }
  }
}

Best My Sample Add-on Alternatives

Here are some Firefox add-ons that are similar to My Sample Add-on: