PCMR heathen filter

Browse the web safely, brothers.

O que é PCMR heathen filter?

PCMR heathen filter é uma extensão do Chrome desenvolvida por kompykiller, e sua principal característica é "Browse the web safely, brothers.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PCMR heathen filter

Baixe arquivos de extensão PCMR heathen filter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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! :)                    

Informações Básicas da Extensão

Nome PCMR heathen filter PCMR heathen filter
ID lkhfdncjbccgbglmkeogfgpcalmjcebl
URL Oficial https://chromewebstore.google.com/detail/pcmr-heathen-filter/lkhfdncjbccgbglmkeogfgpcalmjcebl
Descrição Browse the web safely, brothers.
Tamanho do Arquivo 57.22 KB
Contagem de Instalações 246
Versão Atual 21
Última Atualização 2015-02-26
Data de Publicação 2015-02-26
Classificação 4.66/5 Total de 163 Avaliações
Desenvolvedor kompykiller
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}