PCMR heathen filter
Browse the web safely, brothers.
Qu'est-ce que PCMR heathen filter ?
PCMR heathen filter est une extension Chrome développée par kompykiller, et sa fonction principale est "Browse the web safely, brothers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PCMR heathen filter
Téléchargez les fichiers d'extension PCMR heathen filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! :) Informations de Base sur l'Extension
| Nom | |
| ID | lkhfdncjbccgbglmkeogfgpcalmjcebl |
| URL Officiel | https://chromewebstore.google.com/detail/pcmr-heathen-filter/lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Description | Browse the web safely, brothers. |
| Taille du Fichier | 57.22 KB |
| Nombre d'Installations | 246 |
| Version Actuelle | 21 |
| Dernière Mise à Jour | 2015-02-26 |
| Date de Publication | 2015-02-26 |
| Évaluation | 4.66/5 Total 163 Évaluations |
| Développeur | kompykiller |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
}
} | |