Regawk

Make Fusion Gawker Again

Cos'è Regawk?

Regawk è un'estensione di Chrome sviluppata da getmitchquick, e la sua funzione principale è "Make Fusion Gawker Again".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Regawk

Scarica i file di estensione Regawk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        If you're nostalgic for the days before Gawker was bankrupted by a libertarian tech billionaire and a pro-wrestling figure from the 1980s, this extension will check if you're reading a Fusion piece by an old Gawker employee and load the good 'ol Gawker logo.

by twitter.com/said_mitch                    

Informazioni di Base sull'Estensione

Nome Regawk Regawk
ID bkgaadfllamopnpfcdengaikaambkecp
URL Ufficiale https://chromewebstore.google.com/detail/regawk/bkgaadfllamopnpfcdengaikaambkecp
Descrizione Make Fusion Gawker Again
Dimensione del File 30.45 KB
Conteggio Installazioni 10
Versione Corrente 0.2
Ultimo Aggiornamento 2017-04-14
Data di Pubblicazione 2017-04-14
Sviluppatore getmitchquick
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Regawk",
    "description": "Make Fusion Gawker Again",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.slim.min.js",
                "content.js"
            ],
            "css": [
                "regawk.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}