PCMR heathen filter
Browse the web safely, brothers.
Co je PCMR heathen filter?
PCMR heathen filter je rozšíření Chrome vyvinuté kompykiller, a jeho hlavní funkcí je „Browse the web safely, brothers.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PCMR heathen filter
Stáhněte si soubory rozšíření PCMR heathen filter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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! :) Základní Informace o Rozšíření
| Název | |
| ID | lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Oficiální URL | https://chromewebstore.google.com/detail/pcmr-heathen-filter/lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Popis | Browse the web safely, brothers. |
| Velikost souboru | 57.22 KB |
| Počet instalací | 246 |
| Aktuální Verze | 21 |
| Poslední Aktualizace | 2015-02-26 |
| Datum Vydání | 2015-02-26 |
| Hodnocení | 4.66/5 Celkem 163 Hodnocení |
| Vývojář | kompykiller |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
} | |