Spoiled

This extension removes spoiler css from r/wow.

Spoiledとは何ですか?

Spoiledはajmiddletonによって開発されたChromeの拡張機能で、その主な機能は「This extension removes spoiler css from r/wow.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension removes the spoiler link flair from the World of Warcraft subreddit.                    

拡張機能の基本情報

名前 Spoiled Spoiled
ID dehngmfneocffmfblfgjphpeekkikoln
公式URL https://chromewebstore.google.com/detail/spoiled/dehngmfneocffmfblfgjphpeekkikoln
説明 This extension removes spoiler css from r/wow.
ファイルサイズ 75.41 KB
インストール数 80
現在のバージョン 0.1.1
最終更新日 2015-11-21
公開日 2015-11-21
開発者 ajmiddleton
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spoiled",
    "description": "This extension removes spoiler css from r\/wow.",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/wow*"
            ],
            "js": [
                "jquery.js",
                "remove_spoilers.js"
            ]
        }
    ]
}