PCMR heathen filter
Browse the web safely, brothers.
Was ist PCMR heathen filter?
PCMR heathen filter ist eine Chrome-Erweiterung, die von kompykiller entwickelt wurde, und ihr Hauptmerkmal ist "Browse the web safely, brothers.".
Erweiterungsscreenshots
PCMR heathen filter-Erweiterungs-CRX-Datei herunterladen
Laden Sie PCMR heathen filter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! :) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Offizielle URL | https://chromewebstore.google.com/detail/pcmr-heathen-filter/lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Beschreibung | Browse the web safely, brothers. |
| Dateigröße | 57.22 KB |
| Installationsanzahl | 246 |
| Aktuelle Version | 21 |
| Letztes Update | 2015-02-26 |
| Veröffentlichungsdatum | 2015-02-26 |
| Bewertung | 4.66/5 Insgesamt 163 Bewertungen |
| Entwickler | kompykiller |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |