Dogs to spiders

Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey

Cos'è Dogs to spiders?

Dogs to spiders è un'estensione di Chrome sviluppata da saw, e la sua funzione principale è "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dogs to spiders

Scarica i file di estensione Dogs to spiders 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

                        This will replace all references to dogs with spiders. For amusement.                    

Informazioni di Base sull'Estensione

Nome Dogs to spiders Dogs to spiders
ID jpgleglgimgdfjndpllcfcgacieggogm
URL Ufficiale https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm
Descrizione Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
Dimensione del File 16.75 KB
Conteggio Installazioni 22
Versione Corrente 1.0.7
Ultimo Aggiornamento 2016-06-07
Data di Pubblicazione 2016-06-06
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore saw
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/saw/dogs-to-spiders
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogs to spiders",
    "short_name": "Spiders",
    "description": "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey",
    "author": "Stephen Woods",
    "version": "1.0.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}