Star Wars - Spoiler Alert!

Replaces the Star Wars specific text with Adminal Ackbar's famous warning!

Star Wars - Spoiler Alert! là gì?

Star Wars - Spoiler Alert! là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!".

Tải xuống tệp CRX của tiện ích mở rộng Star Wars - Spoiler Alert!

Tải xuống các tệp mở rộng Star Wars - Spoiler Alert! 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

                        So, Star Wars is releasing a week later in India, which is a bummer. It also means, the web will be dark and filled with spoilers. Here's a fun little chrome extension I wrote that tries to mess up spoiler text by adding the famous warning from Admiral Ackbar - "It's a Trap!" at random places, making the spoilers feel like stormtroopers.

May the force be with you!                    

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

Tên Star Wars - Spoiler Alert! Star Wars - Spoiler Alert!
ID aeleacpkkoikocdppmgpkpidpbdjoclg
URL Chính Thức https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg
Mô tả Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Kích Thước Tệp 13.36 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-12-11
Ngày Phát Hành 2015-12-11
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://piyushbansal.github.io/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Wars - Spoiler Alert!",
    "version": "1.0",
    "description": "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!",
    "icons": {
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}