SpoilerTV

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

Was ist SpoilerTV?

SpoilerTV ist eine Chrome-Erweiterung, die von https://spoilertv.com entwickelt wurde, und ihr Hauptmerkmal ist "SpoilerTV provides the definitive collection of TV spoilers and show information for the most popular shows on TV.".

Erweiterungsscreenshots

screenshot

SpoilerTV-Erweiterungs-CRX-Datei herunterladen

Laden Sie SpoilerTV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SpoilerTV SpoilerTV
ID jnfmgpfpmmjdfadmnjeppjfjmnhnckcc
Offizielle URL https://chromewebstore.google.com/detail/spoilertv/jnfmgpfpmmjdfadmnjeppjfjmnhnckcc
Beschreibung SpoilerTV provides the definitive collection of TV spoilers and show information for the most popular shows on TV.
Dateigröße 564 KB
Installationsanzahl 501
Aktuelle Version 3.7.2
Letztes Update 2023-04-14
Veröffentlichungsdatum 2020-04-08
Bewertung 4.23/5 Insgesamt 39 Bewertungen
Entwickler https://spoilertv.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.spoilertv.com
Hilfeseite URL https://www.spoilertv.com/p/contact.html
URL der Datenschutzrichtlinien-Seite http://www.spoilertv.com/p/privacy-policy.html
Unterstützte Sprachen 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",
        ""
    ]
}