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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}