No Spoilers

Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.

Apa itu No Spoilers?

No Spoilers adalah ekstensi Chrome yang dikembangkan oleh annasheaffer, dan fitur utamanya adalah "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.".

Unduh Berkas CRX Ekstensi No Spoilers

Unduh file ekstensi No Spoilers 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

                        No Spoilers allows you to specify movies, TV shows, and events that you would like to be blocked from your web browsing.  Turn it off or customize it at any time.                    

Informasi Dasar Ekstensi

Nama No Spoilers No Spoilers
ID pgpcfnaafiklphfocfkhponfnoopdmii
URL Resmi https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii
Deskripsi Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
Ukuran File 38.39 KB
Jumlah Instalasi 11
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-03-18
Tanggal Publikasi 2014-03-18
Pengembang annasheaffer
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Spoilers",
    "version": "1.1",
    "author": "Anna Sheaffer",
    "description": "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.",
    "icons": {
        "16": "NS16.png",
        "48": "NS48.png",
        "128": "NS128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Block spoilers!",
        "default_icon": "NS16.png",
        "default_popup": "popup.html"
    }
}