Skeleton Alert

Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U

Skeleton Alertとは何ですか?

Skeleton Alertはhttps://daddy.catによって開発されたChromeの拡張機能で、その主な機能は「Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U」です。

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

screenshot

Skeleton Alert拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension changes all mentions of "SJW" or "Social Justice Warriors" to "skeletons". Because, as we all know, they are 2spooky. 

Idea courtesy of @CaveSoul - https://twitter.com/CaveSoul/status/521753345930067968                    

拡張機能の基本情報

名前 Skeleton Alert Skeleton Alert
ID nobfdgalgecdhfjbeahipbnpcepcpcei
公式URL https://chromewebstore.google.com/detail/skeleton-alert/nobfdgalgecdhfjbeahipbnpcepcpcei
説明 Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U
ファイルサイズ 3.41 KB
インストール数 29
現在のバージョン 1.0
最終更新日 2014-10-15
公開日 2014-10-15
評価 3.33/5 合計 3 レビュー
開発者 https://daddy.cat
支払い方法 free
拡張機能のウェブサイト http://daddy.cat
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skeleton Alert",
    "version": "1.0",
    "description": "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}