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.

什么是2018 FIFA World Cup Score Hider?

2018 FIFA World Cup Score Hider是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.”。

扩展截图

screenshot

下载2018 FIFA World Cup Score Hider扩展crx文件

下载2018 FIFA World Cup Score Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 2018 FIFA World Cup Score Hider 2018 FIFA World Cup Score Hider
ID kongophmnojkkbogdlooddgehhdeacnm
官方URL https://chromewebstore.google.com/detail/2018-fifa-world-cup-score/kongophmnojkkbogdlooddgehhdeacnm
简介 Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen.
文件大小 8.77 KB
安装次数 74
当前版本 0.0.1
更新时间 2018-07-03
上架时间 2018-07-03
开发者 Unknown
付费类型 free
支持的语言 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"
            ]
        }
    ]
}