PCMR heathen filter
Browse the web safely, brothers.
Τι είναι το PCMR heathen filter;
Το PCMR heathen filter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kompykiller, και η κύρια λειτουργία του είναι "Browse the web safely, brothers.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PCMR heathen filter
Λήψη αρχείων επέκτασης PCMR heathen filter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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! :) Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Επίσημο URL | https://chromewebstore.google.com/detail/pcmr-heathen-filter/lkhfdncjbccgbglmkeogfgpcalmjcebl |
| Περιγραφή | Browse the web safely, brothers. |
| Μέγεθος Αρχείου | 57.22 KB |
| Αριθμός Εγκαταστάσεων | 246 |
| Τρέχουσα Έκδοση | 21 |
| Τελευταία Ενημέρωση | 2015-02-26 |
| Ημερομηνία Δημοσίευσης | 2015-02-26 |
| Αξιολόγηση | 4.66/5 Συνολικά 163 Αξιολογήσεις |
| Προγραμματιστής | kompykiller |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |