Tulpa To Pet
Replaces the text 'tulpa' with 'pet'.
什么是Tulpa To Pet?
Tulpa To Pet是由amonije开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'tulpa' with 'pet'.”。
扩展截图
下载Tulpa To Pet扩展crx文件
下载Tulpa To Pet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces all "tulpa" words by "pet" on web pages. The results are funny.
扩展基本信息
名称 | ![]() |
ID | ffcpdollbpdakkblojlbijleaaepljga |
官方URL | https://chrome.google.com/webstore/detail/tulpa-to-pet/ffcpdollbpdakkblojlbijleaaepljga |
简介 | Replaces the text 'tulpa' with 'pet'. |
文件大小 | 3.4 KB |
安装次数 | 12 |
当前版本 | 1.0 |
更新时间 | 2015-11-11 |
上架时间 | 2015-11-11 |
评分 | 4.00/5 共2次评分 |
开发者 | amonije |
付费类型 | free |
支持的语言 | 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" } ] } |