Page Playlist Maker Firefox

Examine source code of Page Playlist Maker

By: Dung
Inspect and view changes in Page Playlist Maker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Playlist Maker",
  "version": "1.0.0",
  "description": "Tạo playlist từ nội dung bài hát xuất hiện trên trang web và phát trong toolbar.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Page Playlist Maker",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "page-playlist-maker@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Page Playlist Maker Alternatives

Here are some Firefox add-ons that are similar to Page Playlist Maker: