NO SPOILERS!

Prevents Endgame Spoilers On FB

Was ist NO SPOILERS!?

NO SPOILERS! ist eine Chrome-Erweiterung, die von Khai entwickelt wurde, und ihr Hauptmerkmal ist "Prevents Endgame Spoilers On FB".

Erweiterungsscreenshots

screenshot

NO SPOILERS!-Erweiterungs-CRX-Datei herunterladen

Laden Sie NO SPOILERS!-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

                        Blocks Avengers: Endgame Spoilers on Facebook! 

Avengers: Endgame is upon us and the last thing you want is to be spoiled before you see it. Thanos demanded your silence, and now so do the Avengers. If you have friends who dare defy them, install this NOW! Don’t wait until spoilers decimate your Endgame experience. 

NO SPOILERS! automatically blurs out any post which mentions Avengers: Endgame on Facebook. No need to unfriend people or disconnect from social media.

NO SPOILERS! is brought to you by Popcorn… movie news, trailers, showtimes and tickets in your pocket.

Get the app: www.popcorn.app/download
Like us on Facebook: www.facebook.com/popcorn.asia 

Created by Ng Khai Yong                    

Grundlegende Informationen zur Erweiterung

Name NO SPOILERS! NO SPOILERS!
ID anbpdfddbjchiihmibgakojddmhbfmeb
Offizielle URL https://chromewebstore.google.com/detail/no-spoilers/anbpdfddbjchiihmibgakojddmhbfmeb
Beschreibung Prevents Endgame Spoilers On FB
Dateigröße 1.2 MB
Installationsanzahl 160
Aktuelle Version 1.2
Letztes Update 2019-04-23
Veröffentlichungsdatum 2019-04-23
Bewertung 4.67/5 Insgesamt 15 Bewertungen
Entwickler Khai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.popcorn.app
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NO SPOILERS!",
    "short_name": "NO SPOILERS!",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Prevents Endgame Spoilers On FB",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "http:\/\/www.facebook.com\/*"
            ]
        }
    ]
}