Cinematic Pages Visual Effects Firefox

Examine source code of Cinematic Pages Visual Effects

By: Dracon Add-on
Inspect and view changes in Cinematic Pages Visual Effects source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.1.0",
  "short_name": "Cinematic",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "author": "DraconDev",
  "homepage_url": "https://github.com/DraconDev/cinematic-pages-cooler-presentations",
  "default_locale": "en",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "__MSG_extName__"
    },
    "toggle_cinema": {
      "suggested_key": {
        "default": "Ctrl+Shift+C",
        "mac": "Command+Shift+C"
      },
      "description": "__MSG_shortcutCinema__"
    },
    "reset_all": {
      "suggested_key": {
        "default": "Ctrl+Shift+R",
        "mac": "Command+Shift+R"
      },
      "description": "__MSG_shortcutReset__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cinematic-pages@dracon.uk",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "performance": {
          "required": false
        },
        "technical": {
          "required": false
        },
        "payment": {
          "required": false
        },
        "location": {
          "required": false
        },
        "personal": {
          "required": false
        }
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Cinematic Pages Visual Effects Alternatives

Here are some Firefox add-ons that are similar to Cinematic Pages Visual Effects: