Squid to Kid
Replaces the text 'squid' with 'kid' and vise versa.
Qu'est-ce que Squid to Kid ?
Squid to Kid est une extension Chrome développée par krota, et sa fonction principale est "Replaces the text 'squid' with 'kid' and vise versa.".
Télécharger le fichier CRX de l'extension Squid to Kid
Téléchargez les fichiers d'extension Squid to Kid au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Squid to Kid |
ID | bodbinigjakmbngmdcknimhpnhnmklji |
URL Officiel | https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji |
Description | Replaces the text 'squid' with 'kid' and vise versa. |
Taille du Fichier | 12.18 KB |
Nombre d'Installations | 66 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-02-23 |
Date de Publication | 2016-02-22 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | krota |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |