No Spoilers

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

ما هو No Spoilers؟

No Spoilers هو إضافة Chrome تم تطويرها بواسطة annasheaffer، والميزة الرئيسية لها هي "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.".

تحميل ملف CRX للإضافة No Spoilers

قم بتنزيل ملفات الامتداد No Spoilers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم No Spoilers No Spoilers
ID pgpcfnaafiklphfocfkhponfnoopdmii
عنوان URL الرسمي https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii
الوصف Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
حجم الملف 38.39 KB
عدد التثبيتات 11
النسخة الحالية 1.1
آخر تحديث 2014-03-18
تاريخ النشر 2014-03-18
المطور annasheaffer
نوع الدفع free
اللغات المدعومة 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"
    }
}