Straight Pride corrector
Replaces all instances of "straight pride" to "pride for boring cunts"
什么是Straight Pride corrector?
Straight Pride corrector是由CraigTinney开发的Chrome扩展程序,该扩展的主要功能是“Replaces all instances of "straight pride" to "pride for boring cunts"”。
扩展截图
下载Straight Pride corrector扩展crx文件
下载Straight Pride corrector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the words "straight pride" with "pride for boring cunts".
扩展基本信息
名称 | ![]() |
ID | jffncbnjkamcedlflklkmfiianoajhkg |
官方URL | https://chrome.google.com/webstore/detail/straight-pride-corrector/jffncbnjkamcedlflklkmfiianoajhkg |
简介 | Replaces all instances of "straight pride" to "pride for boring cunts" |
文件大小 | 29.55 KB |
安装次数 | 219 |
当前版本 | 1.0 |
更新时间 | 2018-06-02 |
上架时间 | 2018-06-02 |
评分 | 4.60/5 共10次评分 |
开发者 | CraigTinney |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Straight Pride corrector", "version": "1.0", "description": "Replaces all instances of \"straight pride\" to \"pride for boring cunts\"", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ] } |