Squid to Kid

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

Vad är Squid to Kid?

Squid to Kid är en Chrome-tillägg utvecklad av krota, och dess huvudfunktion är "Replaces the text 'squid' with 'kid' and vise versa.".

Ladda ner Squid to Kid-förlängningens CRX-fil

Ladda ner Squid to Kid-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Squid to Kid Squid to Kid
ID bodbinigjakmbngmdcknimhpnhnmklji
Officiell webbadress https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji
Beskrivning Replaces the text 'squid' with 'kid' and vise versa.
Filstorlek 12.18 KB
Antal Installationer 66
Aktuell Version 1.1
Senast Uppdaterad 2016-02-23
Publiceringsdatum 2016-02-22
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare krota
Betalningssätt free
Stödda Språk 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"
        }
    ]
}