Squid to Kid

Replaces the text 'squid' with 'kid' and vise versa.

Wat is Squid to Kid?

Squid to Kid is een Chrome-extensie ontwikkeld door krota, en de belangrijkste functie is "Replaces the text 'squid' with 'kid' and vise versa.".

Download het CRX-bestand van de extensie Squid to Kid

Download Squid to Kid-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

                        Changes 'squid' to 'kid' and vise versa

Source: https://github.com/krota/squid-to-kid

Forked from Cloud to Butt: https://github.com/panicsteve/cloud-to-butt                    

Basisinformatie over de Extensie

Naam Squid to Kid Squid to Kid
ID bodbinigjakmbngmdcknimhpnhnmklji
Officiële URL https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji
Beschrijving Replaces the text 'squid' with 'kid' and vise versa.
Bestandsgrootte 12.18 KB
Aantal Installaties 66
Huidige Versie 1.1
Laatst Bijgewerkt 2016-02-23
Publicatiedatum 2016-02-22
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar krota
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Squid to Kid",
    "version": "1.1",
    "description": "Replaces the text 'squid' with 'kid' and vise versa.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}