Game of Thrones Spoiler Blocker

This extension will prevent Game of Thrones spoilers on your Facebook wall

ما هو Game of Thrones Spoiler Blocker؟

Game of Thrones Spoiler Blocker هو إضافة Chrome تم تطويرها بواسطة cdev، والميزة الرئيسية لها هي "This extension will prevent Game of Thrones spoilers on your Facebook wall".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Game of Thrones Spoiler Blocker

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

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

                        As you may know, few episodes of season 5 have leaked. It means that there is high probability that someone will post spoiler status on your facebook while you wait new episode to watch.
This extension helps by finding all statuses mentioning Game of Thrones and replacing it with SPOILER ALERT message. It also displays alert message box, just in case.                    

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

الاسم Game of Thrones Spoiler Blocker Game of Thrones Spoiler Blocker
ID plnojbaaapedbndmdjgknlipmenccehi
عنوان URL الرسمي https://chromewebstore.google.com/detail/game-of-thrones-spoiler-b/plnojbaaapedbndmdjgknlipmenccehi
الوصف This extension will prevent Game of Thrones spoilers on your Facebook wall
حجم الملف 30.87 KB
عدد التثبيتات 18
النسخة الحالية 1.2
آخر تحديث 2015-04-16
تاريخ النشر 2015-04-16
تقييم 3.00/5 مجموع تقييمات 2
المطور cdev
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Game of Thrones Spoiler Blocker",
    "description": "This extension will prevent Game of Thrones spoilers on your Facebook wall",
    "version": "1.2",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/www.facebook.com\/",
        "https:\/\/www.facebook.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}