Auto Hide Game Of Thrones Spoilers

My Season 6 episode 7 was ruined because of spoilers on social media. This extension saves you from sudden spoilers!

Auto Hide Game Of Thrones Spoilers란 무엇입니까?

Auto Hide Game Of Thrones Spoilers은(는) Sumeet Chawla에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "My Season 6 episode 7 was ruined because of spoilers on social media. This extension saves you from sudden spoilers!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Auto Hide Game Of Thrones Spoilers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Game of thrones is the most talked about and pirated show on earth. Everyone looks forward to the next episode but then all of a sudden someone or some site posts spoilers about it and your entire show get's ruined! This extension will help hide any content related to Game of thrones on all types of websites and social media, automatically. 

Just install it, activate it from the extension bar and all GoT related stuff will get blurred out. You an always disable it by clicking the icon again in case you want to read the stuff 🙈

As for social media like Facebook and Twitter, it works well on any content which appears as soon as the site loads (i.e. above the fold content). Enough to prevent those unforeseen one liner status update spoilers. It might not work on content which loads once you start scrolling.  We will try to work a fix for that too. 

Disclaimer:  We are not responsible if by any chance you do get to know about a spoiler. :( Also, we don't send any data to any website and all the processing happens on your computer itself.

Any feedback is highly appreciated.

https://twitter.com/@sumeetchawla                    

확장 프로그램 기본 정보

이름 Auto Hide Game Of Thrones Spoilers Auto Hide Game Of Thrones Spoilers
ID illdmbjcchfonbkblleijcapcpofmmmi
공식 URL https://chromewebstore.google.com/detail/auto-hide-game-of-thrones/illdmbjcchfonbkblleijcapcpofmmmi
설명 My Season 6 episode 7 was ruined because of spoilers on social media. This extension saves you from sudden spoilers!
파일 크기 56.57 KB
설치 횟수 11
현재 버전 0.0.2
최근 업데이트 2017-08-23
출시 날짜 2017-08-22
평점 4.00/5 총 4 개의 평점
개발자 Sumeet Chawla
결제 유형 free
확장 프로그램 웹 사이트 https://juststickers.in
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Hide Game Of Thrones Spoilers",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "My Season 6 episode 7 was ruined because of spoilers on social media. This extension saves you from sudden spoilers!",
    "homepage_url": "https:\/\/juststickers.in",
    "icons": {
        "16": "icons\/icon16-2.png",
        "96": "icons\/icon96-2.png",
        "128": "icons\/icon128-2.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ]
}