Game of Thrones Blocker!
Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!
Game of Thrones Blocker!란 무엇입니까?
Game of Thrones Blocker!은(는) https://theconorbrowne.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!"입니다.
확장 프로그램 스크린샷
Game of Thrones Blocker! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remove Game of Thrones from your life. Erase every GOT reference from your internet browser. This is for all of us who don’t watch Game of Thrones and have no clue about the meaning of any of the weird names that you GOT fans keep referencing! No longer must we suffer! ;-) This will remove any mention of GOT from any website you visit! - Blocks GOT references on any site, including Facebook and Twitter - No ads or annoying popups! Now and forever! :) http://www.twitter.com/theconorbrowne
확장 프로그램 기본 정보
이름 | |
ID | ljanahmeegfcncgjiejgcnilldegggmp |
공식 URL | https://chrome.google.com/webstore/detail/game-of-thrones-blocker/ljanahmeegfcncgjiejgcnilldegggmp |
설명 | Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life! |
파일 크기 | 87.6 KB |
설치 횟수 | 27 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-03-02 |
출시 날짜 | 2018-03-02 |
평점 | 3.60/5 총 5 개의 평점 |
개발자 | https://theconorbrowne.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://twitter.com/theconorbrowne |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "source\/style.css" ], "js": [ "source\/jquery-2.1.3.min.js", "source\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Game of Thrones Blocker!", "permissions": [ "storage", "management" ], "version": "1.0" } |