PCMR heathen filter
Browse the web safely, brothers.
Cos'è PCMR heathen filter?
PCMR heathen filter è un'estensione di Chrome sviluppata da kompykiller, e la sua funzione principale è "Browse the web safely, brothers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PCMR heathen filter
Scarica i file di estensione PCMR heathen filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! :) Informazioni di Base sull'Estensione
| Nome | |
| ID | lkhfdncjbccgbglmkeogfgpcalmjcebl |
| URL Ufficiale | https://chromewebstore.google.com/detail/pcmr-heathen-filter/lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Descrizione | Browse the web safely, brothers. |
| Dimensione del File | 57.22 KB |
| Conteggio Installazioni | 246 |
| Versione Corrente | 21 |
| Ultimo Aggiornamento | 2015-02-26 |
| Data di Pubblicazione | 2015-02-26 |
| Valutazione | 4.66/5 Totale 163 Valutazioni |
| Sviluppatore | kompykiller |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |