Star Wars Spoiler Blocker

Avoid Star Wars spoilers without leaving this galaxy

What is Star Wars Spoiler Blocker?

Star Wars Spoiler Blocker is a Chrome extension developed by LCdesigner, and its main feature is "Avoid Star Wars spoilers without leaving this galaxy".

Extension Screenshots

screenshot
screenshot
screenshot

Download Star Wars Spoiler Blocker Extension CRX File

Download Star Wars Spoiler Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ★ Avoid Star Wars spoilers without leaving this galaxy ★

Replace Star Wars spoilers with the word !Spoiler Wars!


⍟ Works in Facebook Newsfeed!
⍟ Works in Facebook Chat!
⍟ Works with capital letters
⍟ Works with Character's Nickname
⍟ Works in all film-review sites!                    

Extension Basic Information

Name Star Wars Spoiler Blocker Star Wars Spoiler Blocker
ID nidblpjcppmbbemapmgggijkkmlfpcjh
Official URL https://chromewebstore.google.com/detail/star-wars-spoiler-blocker/nidblpjcppmbbemapmgggijkkmlfpcjh
Description Avoid Star Wars spoilers without leaving this galaxy
File Size 39.33 KB
Installation Count 47
Current Version 4.7
Last Updated 2015-12-26
Publish Date 2015-12-26
Rating 3.67/5 Total 6 Ratings
Developer LCdesigner
Payment Type free
Extension Website http://www.star-wars-spoiler-blocker.it/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Wars Spoiler Blocker",
    "version": "4.7",
    "description": "Avoid Star Wars spoilers without leaving this galaxy",
    "short_name": "Spoiler Wars",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}