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是由cdev開發的Chrome擴展程式,該擴展的主要功能是“This extension will prevent Game of Thrones spoilers on your Facebook wall”。
擴展截圖
下載Game of Thrones Spoiler Blocker擴展crx文件
下載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 |
ID | plnojbaaapedbndmdjgknlipmenccehi |
官方網址 | 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 } |