PCMR heathen filter
Browse the web safely, brothers.
Hvad er PCMR heathen filter?
PCMR heathen filter er en Chrome-udvidelse udviklet af kompykiller, og dens hovedfunktion er "Browse the web safely, brothers.".
Udvidelsesskærmbilleder
Download PCMR heathen filter-udvidelses-CRX-fil
Download PCMR heathen filter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! :) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Officiel URL | https://chromewebstore.google.com/detail/pcmr-heathen-filter/lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Beskrivelse | Browse the web safely, brothers. |
| Filstørrelse | 57.22 KB |
| Antal Installationer | 246 |
| Nuværende Version | 21 |
| Senest Opdateret | 2015-02-26 |
| Udgivelsesdato | 2015-02-26 |
| Bedømmelse | 4.66/5 Samlet 163 Bedømmelser |
| Udvikler | kompykiller |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |