Esporks

Replaces the text 'Esports' with 'Esporks'.

Cos'è Esporks?

Esporks è un'estensione di Chrome sviluppata da chhopsky, e la sua funzione principale è "Replaces the text 'Esports' with 'Esporks'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Esporks

Scarica i file di estensione Esporks 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

                        Esporks is real.

Changelog:

1.2.1 - Fixed a bug where plugin had changed text inside its own source code to Esporks. Preventative anti-Skynet safety net code added.
1.2- Fixed a bug where live text typed into the browser would change Esports to Esporks.
1.1 -  Major performance increases, reworked classification engine.
1.0.1 - Cosmetic fixes.  Added support for "e-sporks".
1.0 - Initial release.                    

Informazioni di Base sull'Estensione

Nome Esporks Esporks
ID mlffeniaafpgljhlipaddbkhfppfgojl
URL Ufficiale https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl
Descrizione Replaces the text 'Esports' with 'Esporks'.
Dimensione del File 10.64 KB
Conteggio Installazioni 34
Versione Corrente 1.2.1
Ultimo Aggiornamento 2016-08-23
Data di Pubblicazione 2016-08-22
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore chhopsky
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esporks",
    "version": "1.2.1",
    "description": "Replaces the text 'Esports' with 'Esporks'.",
    "icons": {
        "128": "esporksicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "esporksicon.png",
        "default_popup": "popup.html"
    }
}