Tubishare (former +OneFB)

Tubishare (former +OneFB)

Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "plus.one.fb.js",
        "jquery.min.js",
        "md5.js",
        "jquery-ui.js"
      ],
      "css": [
        "tooltip.css",
        "jquery-ui.css"
      ],
      "matches": [
        "https://www.facebook.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments.",
  "name": "Tubishare (former +OneFB)",
  "short_name": "Tubishare",
  "version": "1.1.4"
}