PCMR heathen filter
Browse the web safely, brothers.
什么是PCMR heathen filter?
PCMR heathen filter是由kompykiller开发的Chrome扩展程序,该扩展的主要功能是“Browse the web safely, brothers.”。
扩展截图
下载PCMR heathen filter扩展crx文件
下载PCMR heathen filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
PC Master Race Heathen Filter, presented by Tech Tacular!
Automatically replaces words like Xbox with Peasantbox and Ubisoft with Ubishit!
Current list:
Xbox - Potatobox
Playstation - Peasantstation
Console - Potato
Next Gen - Crappy Gen
Ubisoft - Ubishit
IGN - Idiot's Gaming News
30 FPS - Half assed framerate (currently having issues with this one)
Cinematic - Shitty cinematic propoganda
Pre-Order - Blind payment
DLC - Moneygrabbing
Exclusive - Ploy to make you buy shitty hardware
Gaming PC - Glorious shrine
Gabe Newell - GabeN (O Praise Him!)
Let me know if the subs are too much or too little! :) 扩展基本信息
| 名称 | |
| ID | lkhfdncjbccgbglmkeogfgpcalmjcebl |
| 官方URL | https://chromewebstore.google.com/detail/pcmr-heathen-filter/lkhfdncjbccgbglmkeogfgpcalmjcebl |
| 简介 | Browse the web safely, brothers. |
| 文件大小 | 57.22 KB |
| 安装次数 | 246 |
| 当前版本 | 21 |
| 更新时间 | 2015-02-26 |
| 上架时间 | 2015-02-26 |
| 评分 | 4.66/5 共163次评分 |
| 开发者 | kompykiller |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "21",
"name": "PCMR heathen filter",
"description": "Browse the web safely, brothers.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |