2018 FIFA World Cup Score Hider

Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.

What is 2018 FIFA World Cup Score Hider?

2018 FIFA World Cup Score Hider is a Chrome extension developed by Unknown, and its main feature is "Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.".

Extension Screenshots

screenshot

Download 2018 FIFA World Cup Score Hider Extension CRX File

Download 2018 FIFA World Cup Score Hider 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

                        Watch the 2018 FIFA World Cup without seeing the scores before watching the replay. This plug in works on https://www.foxsports.com.

Warning: This extension can't keep your co-workers, friends, and family from revealing scores to you. It also doesn't mute soccer announcers when they say scores. It only removes the text scores from https://foxsports.com/soccer

If you want to help me buy a new soccer ball, paypal me.

https://www.paypal.me/giegDeveloper                    

Extension Basic Information

Name 2018 FIFA World Cup Score Hider 2018 FIFA World Cup Score Hider
ID kongophmnojkkbogdlooddgehhdeacnm
Official URL https://chromewebstore.google.com/detail/2018-fifa-world-cup-score/kongophmnojkkbogdlooddgehhdeacnm
Description Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.
File Size 8.77 KB
Installation Count 74
Current Version 0.0.1
Last Updated 2018-07-03
Publish Date 2018-07-03
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2018 FIFA World Cup Score Hider",
    "version": "0.0.1",
    "description": "Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.foxsports.com\/soccer\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "scoreHider.css"
            ]
        }
    ]
}