#CFinder

#CFinder

#CFinder is a new extension that try to mix web-surfing and social media.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "#CFinder",
  "description": "#CFinder is a new extension that try to mix web-surfing and social media.",
  "version": "8.0",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "browsingData"
  ],
  "browser_action": {
    "default_icon": "Pictures/icon.png",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+F",
        "mac": "MacCtrl+F"
      }
    }
  }
}