PCMR heathen filter

Browse the web safely, brothers.

PCMR heathen filterとは何ですか?

PCMR heathen filterはkompykillerによって開発されたChromeの拡張機能で、その主な機能は「Browse the web safely, brothers.」です。

拡張機能のスクリーンショット

screenshot
screenshot

PCMR heathen filter拡張機能のCRXファイルをダウンロード

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

拡張機能の基本情報

名前 PCMR heathen filter PCMR heathen filter
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"
    }
}