Hide Facebook Sponsored Posts

Hides Facebook's annoying sponsored posts on your news feed.

What is Hide Facebook Sponsored Posts?

Hide Facebook Sponsored Posts is a Chrome extension developed by dang!, and its main feature is "Hides Facebook's annoying sponsored posts on your news feed.".

Extension Screenshots

screenshot

Download Hide Facebook Sponsored Posts Extension CRX File

Download Hide Facebook Sponsored Posts 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

                        Updated and working as of 08/01/2017

*** ONLY WORKS FOR ENGLISH FACEBOOK presumably ***
If you want the extension working in your language, please contact me with the word that appears under Sponsored posts.

Sweet, sweet icon by Turbomilk (http://turbomilk.com).                    

Extension Basic Information

Name Hide Facebook Sponsored Posts Hide Facebook Sponsored Posts
ID jdebdllgnemmnjjhjjndfiaamdhonjlk
Official URL https://chrome.google.com/webstore/detail/hide-facebook-sponsored-p/jdebdllgnemmnjjhjjndfiaamdhonjlk
Description Hides Facebook's annoying sponsored posts on your news feed.
File Size 62.12 KB
Installation Count 3,000
Current Version 1.1.0
Last Updated 2017-01-08
Publish Date 2017-01-08
Rating 2.11/5 Total 47 Ratings
Developer dang!
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Facebook Sponsored Posts",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Hides Facebook's annoying sponsored posts on your news feed.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.facebook.com\/*",
        "http:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}