Pinterest True Fullscreen Firefox

Examine source code of Pinterest True Fullscreen

Inspect and view changes in Pinterest True Fullscreen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pinterest Fullscreen Extension",
  "version": "1.5.2",
  "description": "Hide UI elements on Pinterest in fullscreen mode.",
  "permissions": [
    "activeTab",
    "https://www.pinterest.com/*",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.pinterest.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6146b1a7-a9e0-4eb0-9c9c-d0d30426d2b9}"
    }
  }
}

Best Pinterest True Fullscreen Alternatives

Here are some Firefox add-ons that are similar to Pinterest True Fullscreen: