Cuck to Smurf
This extension squanches the word cuck to smurf.
什么是Cuck to Smurf?
Cuck to Smurf是由Afal开发的Chrome扩展程序,该扩展的主要功能是“This extension squanches the word cuck to smurf.”。
下载Cuck to Smurf扩展crx文件
下载Cuck to Smurf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This changes "cuck" and variants to "smurf" because they're literally interchangeable at this point.
扩展基本信息
名称 | |
ID | ofphpecnggajokednpbnbghnlloaccco |
官方URL | https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco |
简介 | This extension squanches the word cuck to smurf. |
文件大小 | 24.47 KB |
安装次数 | 13 |
当前版本 | 1.0 |
更新时间 | 2016-05-06 |
上架时间 | 2016-05-06 |
开发者 | Afal |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cuck to Smurf", "description": "This extension squanches the word cuck to smurf.", "version": "1.0", "icons": { "128": "smurf.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |