Spoiler Shield

Block Spoilers in Your Social Media Feed

Τι είναι το Spoiler Shield;

Το Spoiler Shield είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Picking Carrots, LLC, και η κύρια λειτουργία του είναι "Block Spoilers in Your Social Media Feed".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spoiler Shield

Λήψη αρχείων επέκτασης Spoiler Shield σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Spoiler Shield is the free and easy way to block spoilers in your social media feed. Yahoo News raves: "Here's the one app you absolutely need to save you from TV spoilers."

FEATURED IN:
• CNN: "It's a year-round app."
• Business Insider: "Spoiler Shield helps you block harmful information that could ruin your weekend."
• NY Times: "Filters to protect you."
• LA Times: "Avoid seeing [spoilers] without having to spend Sunday night under a rock."
• CNET: “This ingenious app filters your Facebook and/or Twitter feeds so you can stay social-media active while avoiding accidental spoilers.”

USERS LOVE US:
• "The #1 spoiler blocker!"
• "Perfect for Game of Thrones, Survivor and House of Cards."
• "Where have you been all my life?"
• "Pure genius."

SPOILER SHIELD OFFERS:
► Facebook & Twitter integration
► Shields for your favorite TV shows, sports teams, celebrities and more
► Syncing across devices
► Click to reveal a shielded post

We've added new TV shows and sports to Spoiler Shield, including:
• Game of Thrones
• House of Cards
• Survivor
• Award shows
• Every professional basketball team

We created a way for you to watch broadcasts at your convenience, yet still check Facebook and Twitter anytime without accidentally seeing spoilers. You decide what to shield. You no longer have to hide from social media while waiting to watch your favorite shows and sporting events. Watch television on your own time and protect yourself from spoilers!

Socially Connected, Spoiler Protected
Download for free on Google Chrome, iOS, Android and Kindle                    

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

Όνομα Spoiler Shield Spoiler Shield
ID geedjmnplkdpfigfefbnegoppimkfekn
Επίσημο URL https://chromewebstore.google.com/detail/spoiler-shield/geedjmnplkdpfigfefbnegoppimkfekn
Περιγραφή Block Spoilers in Your Social Media Feed
Μέγεθος Αρχείου 315 KB
Αριθμός Εγκαταστάσεων 1,104
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2014-06-06
Ημερομηνία Δημοσίευσης 2014-06-06
Αξιολόγηση 2.38/5 Συνολικά 130 Αξιολογήσεις
Προγραμματιστής Picking Carrots, LLC
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.spoilershield.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spoiler Shield",
    "description": "Block Spoilers in Your Social Media Feed",
    "version": "1.3.1",
    "icons": {
        "16": "icons\/Icon-16.png",
        "19": "icons\/Icon-19.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/Icon-16.png",
            "19": "icons\/Icon-19.png",
            "48": "icons\/Icon-48.png",
            "128": "icons\/Icon-128.png"
        },
        "default_title": "Spoiler Shield",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "functions\/emailFunctions.js",
                "facebookSpoilers.js",
                "jquery.validate.min.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/api.twitter.com\/oauth\/authorize"
            ],
            "js": [
                "const.js",
                "content_script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "exclude_globs": [
                "https:\/\/about.twitter.com\/*",
                "http:\/\/about.twitter.com\/*",
                "https:\/\/blog.twitter.com\/*",
                "http:\/\/blog.twitter.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "functions\/emailFunctions.js",
                "twitterSpoilers.js",
                "jquery.validate.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "library\/jquery.min.js",
            "library\/underscore.min.js",
            "library\/sha1.js",
            "library\/oauth.js",
            "functions\/emailFunctions.js",
            "const.js",
            "popup.js",
            "twitter.js",
            "background.js",
            "jquery.validate.min.js"
        ]
    },
    "web_accessible_resources": [
        "css\/placeholder.css",
        "icons\/icon-68.png",
        "icons\/twitter.png",
        "icons\/facebook.png",
        "icons\/mail.png",
        "icons\/mail2.png",
        "icons\/smiley-error.png",
        "icons\/check-sent.png",
        "jquery-1.10.2.min.map",
        "jquery.validate.min.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}