Spoiled

This extension removes spoiler css from r/wow.

Spoiled là gì?

Spoiled là một tiện ích mở rộng Chrome được phát triển bởi ajmiddleton, và tính năng chính của nó là "This extension removes spoiler css from r/wow.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spoiled

Tải xuống các tệp mở rộng Spoiled dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spoiled Spoiled
ID dehngmfneocffmfblfgjphpeekkikoln
URL Chính Thức https://chromewebstore.google.com/detail/spoiled/dehngmfneocffmfblfgjphpeekkikoln
Mô tả This extension removes spoiler css from r/wow.
Kích Thước Tệp 75.41 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-11-21
Ngày Phát Hành 2015-11-21
Nhà Phát Triển ajmiddleton
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}