Gyadoblock

This extension blocks the gyazo ads.

What is Gyadoblock?

Gyadoblock is a Chrome extension developed by https://fvstr.jp, and its main feature is "This extension blocks the gyazo ads.".

Extension Screenshots

screenshot

Download Gyadoblock Extension CRX File

Download Gyadoblock 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

                        Gyadoblock blocks the gyazo ads.                    

Extension Basic Information

Name Gyadoblock Gyadoblock
ID lelaallhkpjcjhckodkcfkgackgcemeo
Official URL https://chromewebstore.google.com/detail/gyadoblock/lelaallhkpjcjhckodkcfkgackgcemeo
Description This extension blocks the gyazo ads.
File Size 2.71 KB
Installation Count 16
Current Version 1.4
Last Updated 2012-07-04
Publish Date 2012-07-03
Rating 3.67/5 Total 3 Ratings
Developer https://fvstr.jp
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gyadoblock",
    "version": "1.4",
    "manifest_version": 2,
    "description": "This extension blocks the gyazo ads.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gyazo.com\/*"
            ],
            "css": [
                "gyadoblock.css"
            ]
        }
    ]
}