Squid to Kid
Replaces the text 'squid' with 'kid' and vise versa.
What is Squid to Kid?
Squid to Kid is a Chrome extension developed by krota, and its main feature is "Replaces the text 'squid' with 'kid' and vise versa.".
Download Squid to Kid Extension CRX File
Download Squid to Kid extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Squid to Kid |
ID | bodbinigjakmbngmdcknimhpnhnmklji |
Official URL | https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji |
Description | Replaces the text 'squid' with 'kid' and vise versa. |
File Size | 12.18 KB |
Installation Count | 66 |
Current Version | 1.1 |
Last Updated | 2016-02-23 |
Publish Date | 2016-02-22 |
Rating | 4.75/5 Total 8 Ratings |
Developer | krota |
Payment Type | free |
Supported Languages | 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" } ] } |