Soccer

New tab wallpaper, theme: Soccer

Soccerคืออะไร?

Soccer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.your24football.com และคุณลักษณะหลักของมันคือ "New tab wallpaper, theme: Soccer"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Soccer

ดาวน์โหลดไฟล์ส่วนขยาย Soccer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Soccer Wallpapers to make your new tab scary...
Soccer Wallpapers by aztec offers a great collection of soccer wallpapers to enjoy on your chrome new tab!

Please read carefully: By clicking the “ADD TO CHROME” button in the top right hand corner and installing the Skull wallpapers extension, you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy and to receiving any future updates and upgrades. 
You can uninstall the extension at any time.

Terms of use
https://www.blpsearch.com/terms/

Privacy Policy
https://www.blpsearch.com/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Soccer Soccer
ID kdecpapknihmoemkdnlnplpjchihgjge
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/soccer/kdecpapknihmoemkdnlnplpjchihgjge
คำอธิบาย New tab wallpaper, theme: Soccer
ขนาดไฟล์ 22.91 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 1.0.836.444
อัปเดตครั้งล่าสุด 2019-02-07
วันที่เผยแพร่ 2019-02-07
ผู้พัฒนา https://www.your24football.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.blpsearch.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.836.444",
    "name": "Soccer",
    "description": "New tab wallpaper, theme: Soccer",
    "icons": {
        "128": "icons\/Pics4NewTab-128.png"
    },
    "background": {
        "scripts": [
            "js\/brand.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/Pics4NewTab-128.png",
        "default_title": "New Tab"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.4newtab.com\/soccer_wallpapers*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "web_accessible_resources": [
        "icons\/checker.gif"
    ],
    "permissions": [
        "*:\/\/*.4newtab.com\/*",
        "https:\/\/*.blpsearch.com\/*",
        "https:\/\/*.service.prsstobe.com\/*",
        "*:\/\/*.your24football.com\/*",
        "cookies"
    ]
}