Skeleton Alert
Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U
什么是Skeleton Alert?
Skeleton Alert是由https://daddy.cat开发的Chrome扩展程序,该扩展的主要功能是“Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U”。
扩展截图
下载Skeleton Alert扩展crx文件
下载Skeleton Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension changes all mentions of "SJW" or "Social Justice Warriors" to "skeletons". Because, as we all know, they are 2spooky.
Idea courtesy of @CaveSoul - https://twitter.com/CaveSoul/status/521753345930067968 扩展基本信息
| 名称 | |
| ID | nobfdgalgecdhfjbeahipbnpcepcpcei |
| 官方URL | https://chromewebstore.google.com/detail/skeleton-alert/nobfdgalgecdhfjbeahipbnpcepcpcei |
| 简介 | Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U |
| 文件大小 | 3.41 KB |
| 安装次数 | 29 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-10-15 |
| 上架时间 | 2014-10-15 |
| 评分 | 3.33/5 共3次评分 |
| 开发者 | https://daddy.cat |
| 付费类型 | free |
| 扩展官网 | http://daddy.cat |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Skeleton Alert",
"version": "1.0",
"description": "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |