Timeline Unsee

Timeline Unsee

Unsubscribe from anything directly from timeline in one click! Supports: Facebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Timeline Unsee",
  "description": "Unsubscribe from anything directly from timeline in one click! Supports: Facebook",
  "version": "0.11",
  "author": "Yuri Dorogoy",
  "content_scripts": [
    {
      "matches": [
        "*://www.facebook.com/*"
      ],
      "css": [
        "button.css"
      ],
      "js": [
        "cash.min.js",
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "*://www.facebook.com/*",
    "activeTab"
  ],
  "web_accessible_resources": [
    "hide3.png"
  ],
  "browser_action": {
    "default_icon": "tabico.png",
    "default_title": "Timeline unsee"
  }
}