HashTag Block on Facebook

Hides posts with #hashtags on Facebook

What is HashTag Block on Facebook?

HashTag Block on Facebook is a Chrome extension developed by Lalit Indoria, and its main feature is "Hides posts with #hashtags on Facebook".

Extension Screenshots

screenshot

Download HashTag Block on Facebook Extension CRX File

Download HashTag Block on Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension just hides posts with #hashtags on Facebook. You can specify the minimum number of hashtags to look for when hiding a post.                    

Extension Basic Information

Name HashTag Block on Facebook HashTag Block on Facebook
ID nonbihbgikohdfmmnohplldonnjhfdbm
Official URL https://chrome.google.com/webstore/detail/hashtag-block-on-facebook/nonbihbgikohdfmmnohplldonnjhfdbm
Description Hides posts with #hashtags on Facebook
File Size 62.59 KB
Installation Count 24
Current Version 1.1
Last Updated 2016-02-03
Publish Date 2016-02-03
Rating 5.00/5 Total 3 Ratings
Developer Lalit Indoria
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HashTag Block on Facebook",
    "description": "Hides posts with #hashtags on Facebook",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "hashtagblock.js"
            ]
        }
    ]
}