Flash Video Player for Facebook™

Flash Video Player for Facebook™

Flash Video Player for Facebook™ is a powerful tool that will let you choose Flash video player as default Facebook video player.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "64.1.1resigned1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon24.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "scripts/content_script.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "js": [
        "scripts/content_script_st.js"
      ],
      "matches": [
        "*://*.barisderin.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "management",
    "activeTab",
    "downloads",
    "contextMenus",
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "cookies"
  ],
  "web_accessible_resources": [
    "setup/*",
    "style/*",
    "scripts/*"
  ],
  "applications": {
    "gecko": {
      "id": "{d0bfdcce-52c7-4b32-bb45-948f62db8d3f}"
    }
  }
}