Conscious (Hide news feed / FB visit counter)

Conscious (Hide news feed / FB visit counter)

Hides the news feed and/or displays how many times you've visited Facebook today. Stay conscious.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Hides the news feed and/or displays how many times you've visited Facebook today. Stay conscious.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhFK6KQKOP8gBsRexCCCJTvcvETP1ZpUBh/rklZw1Cg7xl8MRTh2vSV+3FrjBjed/nUzM0j0z9J9hOsTfazedIj2r9v+N3JwnBBlbPKmSG9EDulZwngLtm8q7d/vKWoz35dz/xpQSHQCsHIuJSv/RxEYQnPI7GydmDKZMklN9sSOWlZmHkIZoAnBeobm+1ZISFZUaYWH+mZ5knOiIfPEJgapD00OwCnK3vEg3LXIfUpKHIi050jNWRFC13rwGPYsMaOI9UhLbTdUjQrrSmdYIVyRb/7Omui7EQLIY+m6st1xVbzJCHutognCeGAVG1TqVtwjmLL5KELjl7vdxs000iwIDAQAB",
  "manifest_version": 2,
  "name": "Conscious (Hide news feed / FB visit counter)",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "short_name": "Conscious",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.4"
}