Game Of thrones Spoil Blocker 2019
A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.
Game Of thrones Spoil Blocker 2019란 무엇입니까?
Game Of thrones Spoil Blocker 2019은(는) Mostafa Alahyari (@mimalef70)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds."입니다.
확장 프로그램 스크린샷
Game Of thrones Spoil Blocker 2019 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GOT Spoil Blocker Are you tired of fake and spoiled news about Game of Thrones on social media? Then go ahead and install Game of Thrones Spoil Blocker extentsion! Game of Thrones Spoil Blocker is an updated version of spoil blocker for Game of Thrones movie which blocks spoiled terms on social media such as: YouTube, Twitter, Reddit, and Google News. Features - It will automatically detect and block any posts and stories on social media that mention Game of Thrones spoiled terms or many other related terms, such as 'Winterfell' or 'Targaryen'. - It is completely open source Google Chrome extension
확장 프로그램 기본 정보
이름 | Game Of thrones Spoil Blocker 2019 |
ID | lkgbngcohinikodfaocdmpdcidmbmjaj |
공식 URL | https://chromewebstore.google.com/detail/game-of-thrones-spoil-blo/lkgbngcohinikodfaocdmpdcidmbmjaj |
설명 | A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds. |
파일 크기 | 237 KB |
설치 횟수 | 17 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2019-04-17 |
출시 날짜 | 2019-04-17 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Mostafa Alahyari (@mimalef70) |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mimalef70/Got-Spoil-Blocker |
도움말 페이지 URL | https://github.com/mimalef70/Got-Spoil-Blocker |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Game Of thrones Spoil Blocker 2019", "short_name": "GOT Spoil Blocker", "description": "A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.", "version": "2.0.1", "browser_action": { "default_icon": "assets\/icons\/icon128.png", "default_popup": "popup.html", "default_title": "Game of Spoilers" }, "icons": { "16": "assets\/icons\/icon16.png", "19": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "scripts": [ "scripts\/constants.js", "scripts\/helpers.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/feedly.com\/*", "*:\/\/gizmodo.co.uk\/*", "*:\/\/gizmodo.com\/*", "*:\/\/news.google.co.in\/*", "*:\/\/news.google.co.uk\/*", "*:\/\/news.google.com\/*", "*:\/\/plus.google.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/www.avclub.com\/*", "*:\/\/www.buzzfeed.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/www.tumblr.com\/*", "*:\/\/www.youtube.com\/*" ], "css": [ "styles\/content.css" ], "js": [ "scripts\/vendor\/jquery.min.js", "scripts\/constants.js", "scripts\/helpers.js", "scripts\/content.js" ] } ], "web_accessible_resources": [ "assets\/fonts\/*" ], "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |