Block facebook trends

Dislike the Facebook Trends block on the right hand side. They don't let you disable it, so this extension lets you block it out.…

What is Block facebook trends?

Block facebook trends is a Chrome extension developed by Abhishek Bhatnagar, and its main feature is "Dislike the Facebook Trends block on the right hand side. They don't let you disable it, so this extension lets you block it out.…".

Download Block facebook trends Extension CRX File

Download Block facebook trends 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

                        Dislike the Facebook Trends block on the right hand side. They don't let you disable it, so this extension lets you block it out.

UPDATE:
v 1.1 - Also block out Facebook Game Recommendations                    

Extension Basic Information

Name Block facebook trends Block facebook trends
ID khokbojephkhaaipdpbmmkgammfbjkgj
Official URL https://chromewebstore.google.com/detail/block-facebook-trends/khokbojephkhaaipdpbmmkgammfbjkgj
Description Dislike the Facebook Trends block on the right hand side. They don't let you disable it, so this extension lets you block it out.…
File Size 3.1 KB
Installation Count 25
Current Version 1.1
Last Updated 2016-01-19
Publish Date 2016-01-19
Rating 5.00/5 Total 3 Ratings
Developer Abhishek Bhatnagar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block facebook trends",
    "version": "1.1",
    "permissions": [
        "*:\/\/facebook.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}