GIF Blocker

Fed up of distracting GIFs? Clean up your Internet Experience!

What is GIF Blocker?

GIF Blocker is a Chrome extension developed by https://anshulkharb.com, and its main feature is "Fed up of distracting GIFs? Clean up your Internet Experience!".

Extension Screenshots

screenshot

Download GIF Blocker Extension CRX File

Download GIF Blocker 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

                        Imagine you are reading an article and come across an unnecessary GIF that has been added in between the article to make it cool. And the worst part of such an encounter? They keep playing in a loop. If you don't want this to happen again, install GIF Blocker and experience GIF Free Internet. 

We may often need to block GIFs on a particular page only, not the whole internet. For such cases, you can turn off the extension and click 'Block GIFs on the current tab' whenever you may need to.
In case you need to see some GIFs, turn off the extension by clicking the extension button. You can turn it on similarly.

Disclaimer: It doesn't block all types of animated content, but GIFs only.

Bonus Point: This extension will save a lot of data consumed by loading GIF.                    

Extension Basic Information

Name GIF Blocker GIF Blocker
ID bdhijffnjccdajojfpahnjfeladlpefp
Official URL https://chromewebstore.google.com/detail/gif-blocker/bdhijffnjccdajojfpahnjfeladlpefp
Description Fed up of distracting GIFs? Clean up your Internet Experience!
File Size 34.33 KB
Installation Count 526
Current Version 0.31
Last Updated 2022-05-28
Publish Date 2020-10-19
Rating 3.40/5 Total 10 Ratings
Developer https://anshulkharb.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF Blocker",
    "version": "0.31",
    "description": "Fed up of distracting GIFs? Clean up your Internet Experience!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}