Game Of thrones Spoil Blocker 2019

A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.

Τι είναι το Game Of thrones Spoil Blocker 2019;

Το Game Of thrones Spoil Blocker 2019 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mostafa Alahyari (@mimalef70), και η κύρια λειτουργία του είναι "A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Game Of thrones Spoil Blocker 2019

Λήψη αρχείων επέκτασης Game Of thrones Spoil Blocker 2019 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        GOT Spoil Blocker

Are you tired of fake and spoiled news about Game of Thrones on social media? Then go ahead and install Game of Thrones Spoil Blocker extentsion!

Game of Thrones Spoil Blocker is an updated version of spoil blocker for Game of Thrones movie which blocks spoiled terms on social media such as: YouTube, Twitter, Reddit, and Google News.

Features
- It will automatically detect and block any posts and stories on social media that mention Game of Thrones spoiled terms or many other related terms, such as 'Winterfell' or 'Targaryen'.

- It is completely open source Google Chrome extension                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Game Of thrones Spoil Blocker 2019 Game Of thrones Spoil Blocker 2019
ID lkgbngcohinikodfaocdmpdcidmbmjaj
Επίσημο URL https://chromewebstore.google.com/detail/game-of-thrones-spoil-blo/lkgbngcohinikodfaocdmpdcidmbmjaj
Περιγραφή A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.
Μέγεθος Αρχείου 237 KB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2019-04-17
Ημερομηνία Δημοσίευσης 2019-04-17
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Mostafa Alahyari (@mimalef70)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/mimalef70/Got-Spoil-Blocker
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/mimalef70/Got-Spoil-Blocker
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Game Of thrones Spoil Blocker 2019",
    "short_name": "GOT Spoil Blocker",
    "description": "A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.",
    "version": "2.0.1",
    "browser_action": {
        "default_icon": "assets\/icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Game of Spoilers"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "19": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/constants.js",
            "scripts\/helpers.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/feedly.com\/*",
                "*:\/\/gizmodo.co.uk\/*",
                "*:\/\/gizmodo.com\/*",
                "*:\/\/news.google.co.in\/*",
                "*:\/\/news.google.co.uk\/*",
                "*:\/\/news.google.com\/*",
                "*:\/\/plus.google.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/www.avclub.com\/*",
                "*:\/\/www.buzzfeed.com\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/www.reddit.com\/*",
                "*:\/\/www.tumblr.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/vendor\/jquery.min.js",
                "scripts\/constants.js",
                "scripts\/helpers.js",
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/fonts\/*"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}