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.

Hvad er 2018 FIFA World Cup Score Hider?

2018 FIFA World Cup Score Hider er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.".

Udvidelsesskærmbilleder

screenshot

Download 2018 FIFA World Cup Score Hider-udvidelses-CRX-fil

Download 2018 FIFA World Cup Score Hider-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn 2018 FIFA World Cup Score Hider 2018 FIFA World Cup Score Hider
ID kongophmnojkkbogdlooddgehhdeacnm
Officiel URL https://chromewebstore.google.com/detail/2018-fifa-world-cup-score/kongophmnojkkbogdlooddgehhdeacnm
Beskrivelse Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.
Filstørrelse 8.77 KB
Antal Installationer 74
Nuværende Version 0.0.1
Senest Opdateret 2018-07-03
Udgivelsesdato 2018-07-03
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}