Star Wars - Spoiler Alert!

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

Apa itu Star Wars - Spoiler Alert!?

Star Wars - Spoiler Alert! adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!".

Unduh Berkas CRX Ekstensi Star Wars - Spoiler Alert!

Unduh file ekstensi Star Wars - Spoiler Alert! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Star Wars - Spoiler Alert! Star Wars - Spoiler Alert!
ID aeleacpkkoikocdppmgpkpidpbdjoclg
URL Resmi https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg
Deskripsi Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Ukuran File 13.36 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-12-11
Tanggal Publikasi 2015-12-11
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi http://piyushbansal.github.io/
Bahasa yang Didukung 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"
        }
    ]
}