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.

Apa itu 2018 FIFA World Cup Score Hider?

2018 FIFA World Cup Score Hider adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 2018 FIFA World Cup Score Hider

Unduh file ekstensi 2018 FIFA World Cup Score Hider dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama 2018 FIFA World Cup Score Hider 2018 FIFA World Cup Score Hider
ID kongophmnojkkbogdlooddgehhdeacnm
URL Resmi https://chromewebstore.google.com/detail/2018-fifa-world-cup-score/kongophmnojkkbogdlooddgehhdeacnm
Deskripsi Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.
Ukuran File 8.77 KB
Jumlah Instalasi 74
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-07-03
Tanggal Publikasi 2018-07-03
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}