Tulpa To Pet
Replaces the text 'tulpa' with 'pet'.
What is Tulpa To Pet?
Tulpa To Pet is a Chrome extension developed by amonije, and its main feature is "Replaces the text 'tulpa' with 'pet'.".
Extension Screenshots
Download Tulpa To Pet Extension CRX File
Download Tulpa To Pet 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
This extension replaces all "tulpa" words by "pet" on web pages. The results are funny.
Extension Basic Information
Name | ![]() |
ID | ffcpdollbpdakkblojlbijleaaepljga |
Official URL | https://chrome.google.com/webstore/detail/tulpa-to-pet/ffcpdollbpdakkblojlbijleaaepljga |
Description | Replaces the text 'tulpa' with 'pet'. |
File Size | 3.4 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2015-11-11 |
Publish Date | 2015-11-11 |
Rating | 4.00/5 Total 2 Ratings |
Developer | amonije |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tulpa To Pet", "version": "1.0", "description": "Replaces the text 'tulpa' with 'pet'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |