Hide Facebook Ads

Hide Ads

What is Hide Facebook Ads?

Hide Facebook Ads is a Chrome extension developed by science20012003, and its main feature is "Hide Ads".

Download Hide Facebook Ads Extension CRX File

Download Hide Facebook Ads 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

                        هذة الاداة لاخفاء الاعلانات وصور الاصدقاء المشتركين الى ممكن يكون فيها صور لاشخاص عاريين                    

Extension Basic Information

Name Hide Facebook Ads Hide Facebook Ads
ID mpdgphidedjfbfimbfgfgfmkiaobfocj
Official URL https://chrome.google.com/webstore/detail/hide-facebook-ads/mpdgphidedjfbfimbfgfgfmkiaobfocj
Description Hide Ads
File Size 5.56 KB
Installation Count 32
Current Version 1.0
Last Updated 2012-09-07
Publish Date 2012-09-07
Rating 5.00/5 Total 1 Ratings
Developer science20012003
Payment Type free
Supported Languages
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Facebook Ads",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Hide Ads",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "http:\/\/apps.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/apps.facebook.com\/*"
            ],
            "css": [
                "add.css"
            ]
        }
    ],
    "homepage_url": "http:\/\/www.php-eg.com"
}