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 |
| 官方網址 | 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"
}
} | |