Ignore Black Friday

Replace all mention of Black Friday with Poop Emoji

Ignore Black Fridayとは何ですか?

Ignore Black FridayはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replace all mention of Black Friday with Poop Emoji」です。

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

screenshot
screenshot

Ignore Black Friday拡張機能のCRXファイルをダウンロード

Ignore Black Friday拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        When the time comes for third wave capitalism to swallow us whole and turn everything we hold dear into a mind-numbing series of *cha ching* sounds, enter this extension. When the time for Black Friday seems to be rung in earlier and earlier every year, we need a way to ignore it. With poop. Yes. One poop emoji per syllable of Black Friday. I thought about replacing the words with "Vapid Capitalism," but poop emoji are more fun. They smile. You're welcome.                    

拡張機能の基本情報

名前 Ignore Black Friday Ignore Black Friday
ID gnjbepjnalijckocjigofigihefhmndd
公式URL https://chromewebstore.google.com/detail/ignore-black-friday/gnjbepjnalijckocjigofigihefhmndd
説明 Replace all mention of Black Friday with Poop Emoji
ファイルサイズ 83.34 KB
インストール数 32
現在のバージョン 1.0
最終更新日 2017-11-21
公開日 2017-11-20
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ignore Black Friday",
    "description": "Replace all mention of Black Friday with Poop Emoji",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}