Hashtag filter

Hashtag filter

This extension helps filter the twitter hashtags by disabling all the links on the hashtag and make it readable without any…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hashtag filter",
  "version": "1.1",
  "manifest_version": 2,
  "browser_action": {},
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "img/icon16.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}