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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |