Spoiler Alert

Blocks potential tv show and sport spoilers from Facebook newsfeeds.

Spoiler Alert란 무엇입니까?

Spoiler Alert은(는) neeasthana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks potential tv show and sport spoilers from Facebook newsfeeds."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Spoiler Alert 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SpoilerAlert is a Google Chrome Extension that blocks potential tv show and sport spoilers from Facebook newsfeeds. Simply select the shows or sport’s teams that you follow in order to personalize the content that you would like filtered. Afterwards, when a reference to an entered term is found on Facebook, our app will blur that post, explain why the blocking occurred, and provide an option to remove the blocking.

Features:
- Visible blocking of Facebook posts
- Optional removal of blocking
- TV show and Sports team Packages
- Customized Blocking Settings
- Personalized Statistics and Analytics

With the explosion of television show internet streaming services like Netflix and Hulu the amount of people watching television shows online has skyrocketed. With viewers often turning to social media in reaction, it has become commonplace for Facebook or Twitter users to be exposed to information or results that they wish they would not have seen. Whether it is what happened in the latest episode of their favorite television show or the score of the sports game they recorded, having a show or game spoiled by friends on social media can be frustrating and often heartbreaking.

Now, with SpoilerAlert say goodbye to those unwanted posts! Just tell us what you follow and we'll do the rest.                    

확장 프로그램 기본 정보

이름 Spoiler Alert Spoiler Alert
ID odpfnbibaakipnognffhbopcjkonheeg
공식 URL https://chrome.google.com/webstore/detail/spoiler-alert/odpfnbibaakipnognffhbopcjkonheeg
설명 Blocks potential tv show and sport spoilers from Facebook newsfeeds.
파일 크기 2.97 MB
설치 횟수 20
현재 버전 1.1
최근 업데이트 2015-01-09
출시 날짜 2015-01-09
평점 5.00/5 총 1 개의 평점
개발자 neeasthana
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spoiler Alert",
    "description": "Blocks potential tv show and sport spoilers from Facebook newsfeeds.",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "SpoilerAlert.png",
        "termFinder.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Spoiler Alert!"
    },
    "options_page": "web\/index.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "storage",
        "tabs",
        "activeTab"
    ]
}