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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Hide scores so they don't spoil the game! The screen will blur while the scores are removed from the screen."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2018 FIFA World Cup Score Hider

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}