GIF Blocker

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

GIF Blocker란 무엇입니까?

GIF Blocker은(는) https://anshulkharb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fed up of distracting GIFs? Clean up your Internet Experience!"입니다.

확장 프로그램 스크린샷

screenshot

GIF Blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 GIF Blocker GIF Blocker
ID bdhijffnjccdajojfpahnjfeladlpefp
공식 URL https://chromewebstore.google.com/detail/gif-blocker/bdhijffnjccdajojfpahnjfeladlpefp
설명 Fed up of distracting GIFs? Clean up your Internet Experience!
파일 크기 34.33 KB
설치 횟수 526
현재 버전 0.31
최근 업데이트 2022-05-28
출시 날짜 2020-10-19
평점 3.40/5 총 10 개의 평점
개발자 https://anshulkharb.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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",
        ""
    ]
}