PCMR heathen filter
Browse the web safely, brothers.
¿Qué es PCMR heathen filter?
PCMR heathen filter es una extensión de Chrome desarrollada por kompykiller, y su función principal es "Browse the web safely, brothers.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PCMR heathen filter
Descarga archivos de extensión PCMR heathen filter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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! :) Información Básica de la Extensión
| Nombre | |
| ID | lkhfdncjbccgbglmkeogfgpcalmjcebl |
| URL Oficial | https://chromewebstore.google.com/detail/pcmr-heathen-filter/lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Descripción | Browse the web safely, brothers. |
| Tamaño del Archivo | 57.22 KB |
| Cantidad de Instalaciones | 246 |
| Versión Actual | 21 |
| Última Actualización | 2015-02-26 |
| Fecha de Publicación | 2015-02-26 |
| Calificación | 4.66/5 Total de 163 Calificaciones |
| Desarrollador | kompykiller |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
}
} | |