Labelization

Labelization

Create your Facebook posts or comments as a label with a sticker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Labelization",
  "version": "3.2.8",
  "icons": {
    "128": "icon128.png"
  },
  "description": "Create your Facebook posts or comments as a label with a sticker.",
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*",
        "https://labelization.appspot.com/*"
      ],
      "css": [
        "labelization.css"
      ],
      "js": [
        "labelization.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/button_icons.png",
    "images/500blank_bg.png",
    "images/pen_icons.png"
  ],
  "content_security_policy": "script-src 'self';connect-src https://labelization.appspot.com/labelization/save; object-src 'self'",
  "manifest_version": 2
}