Squid to Kid

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

Hvad er Squid to Kid?

Squid to Kid er en Chrome-udvidelse udviklet af krota, og dens hovedfunktion er "Replaces the text 'squid' with 'kid' and vise versa.".

Download Squid to Kid-udvidelses-CRX-fil

Download Squid to Kid-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Squid to Kid Squid to Kid
ID bodbinigjakmbngmdcknimhpnhnmklji
Officiel URL https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji
Beskrivelse Replaces the text 'squid' with 'kid' and vise versa.
Filstørrelse 12.18 KB
Antal Installationer 66
Nuværende Version 1.1
Senest Opdateret 2016-02-23
Udgivelsesdato 2016-02-22
Bedømmelse 4.75/5 Samlet 8 Bedømmelser
Udvikler krota
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}