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"
}
} | |