PCMR heathen filter
Browse the web safely, brothers.
PCMR heathen filterคืออะไร?
PCMR heathen filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kompykiller และคุณลักษณะหลักของมันคือ "Browse the web safely, brothers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PCMR heathen filter
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |