Squid to Kid
Replaces the text 'squid' with 'kid' and vise versa.
Cos'è Squid to Kid?
Squid to Kid è un'estensione di Chrome sviluppata da krota, e la sua funzione principale è "Replaces the text 'squid' with 'kid' and vise versa.".
Scarica il file CRX dell'estensione Squid to Kid
Scarica i file di estensione Squid to Kid 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | bodbinigjakmbngmdcknimhpnhnmklji |
| URL Ufficiale | https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji |
| Descrizione | Replaces the text 'squid' with 'kid' and vise versa. |
| Dimensione del File | 12.18 KB |
| Conteggio Installazioni | 66 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2016-02-23 |
| Data di Pubblicazione | 2016-02-22 |
| Valutazione | 4.75/5 Totale 8 Valutazioni |
| Sviluppatore | krota |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |