Gyadoblock

This extension blocks the gyazo ads.

Wat is Gyadoblock?

Gyadoblock is een Chrome-extensie ontwikkeld door https://fvstr.jp, en de belangrijkste functie is "This extension blocks the gyazo ads.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gyadoblock

Download Gyadoblock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Gyadoblock blocks the gyazo ads.                    

Basisinformatie over de Extensie

Naam Gyadoblock Gyadoblock
ID lelaallhkpjcjhckodkcfkgackgcemeo
Officiële URL https://chromewebstore.google.com/detail/gyadoblock/lelaallhkpjcjhckodkcfkgackgcemeo
Beschrijving This extension blocks the gyazo ads.
Bestandsgrootte 2.71 KB
Aantal Installaties 16
Huidige Versie 1.4
Laatst Bijgewerkt 2012-07-04
Publicatiedatum 2012-07-03
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://fvstr.jp
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}