SpoilerTV

SpoilerTV provides the definitive collection of TV spoilers and show information for the most popular shows on TV.

SpoilerTV란 무엇입니까?

SpoilerTV은(는) https://spoilertv.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SpoilerTV provides the definitive collection of TV spoilers and show information for the most popular shows on TV."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Provides the ability to receive in-extension alerts to any new articles that relate to show(s) that you are interested in.

It allows you to see the latest news and articles from the SpoilerTV.com website without having to visit the site regularly.

Users can select 1 or more TV shows/subjects that they are interested in and then whenever we post a new article relating to that show/subject it will appear in their extension/dropdown.

You should use this extension to be kept informed of the latest news about your shows without having to visit the website manually to check for new articles.

Featuring:
- Alerts for new articles
- Customize your news feed by topic
- Regular updates
- Social sharing via Twitter, Facebook and LinkedIn
- Search
- Covering over 800 Shows

14th April 2023
- Added 40 new shows and removed 25 old/cancelled shows

12th January 2023
- Added 50 new shows and removed 30 old/cancelled shows

19th May 2022
- Added 20 new shows and removed 15 old/cancelled shows

29th April 2022
- Added 15 new shows and removed 12 old/cancelled shows

1st April 2022
- Added 22+ new shows and removed 15+ old/cancelled shows

5th March 2022
- Added 20+ new shows and removed 10+ old/cancelled shows

2nd February 2022
- Added 50+ new shows and removed 20+ old/cancelled shows

20th November 2021
- Added 20+ new shows and removed 15+ old/cancelled shows

For a full list visit www.spoilertv.com                    

확장 프로그램 기본 정보

이름 SpoilerTV SpoilerTV
ID jnfmgpfpmmjdfadmnjeppjfjmnhnckcc
공식 URL https://chromewebstore.google.com/detail/spoilertv/jnfmgpfpmmjdfadmnjeppjfjmnhnckcc
설명 SpoilerTV provides the definitive collection of TV spoilers and show information for the most popular shows on TV.
파일 크기 564 KB
설치 횟수 501
현재 버전 3.7.2
최근 업데이트 2023-04-14
출시 날짜 2020-04-08
평점 4.23/5 총 39 개의 평점
개발자 https://spoilertv.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.spoilertv.com
도움말 페이지 URL https://www.spoilertv.com/p/contact.html
개인정보 보호 정책 페이지 URL http://www.spoilertv.com/p/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpoilerTV",
    "description": "SpoilerTV provides the definitive collection of TV spoilers and show information for the most popular shows on TV.",
    "browser_action": {
        "default_title": "SpoilerTV",
        "default_popup": "index.html",
        "default_icon": {
            "19": "partner\/img\/19.png",
            "38": "partner\/img\/38.png"
        }
    },
    "version": "3.7.2",
    "manifest_version": 2,
    "icons": {
        "48": "partner\/img\/48.png",
        "128": "partner\/img\/128.png"
    },
    "background": {
        "scripts": [
            "app\/requirejs-config.js",
            "bower_components\/requirejs\/require.js",
            "app\/background-main.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self'",
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        ""
    ]
}