Only Extreme Sports Wallpapers New Tab Theme

Enjoy HD wallpapers of Extreme Sports every time you open a new tab.

Only Extreme Sports Wallpapers New Tab Themeคืออะไร?

Only Extreme Sports Wallpapers New Tab Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.onlyextremesports.com และคุณลักษณะหลักของมันคือ "Enjoy HD wallpapers of Extreme Sports every time you open a new tab."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Only Extreme Sports Wallpapers New Tab Theme

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

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

                        Are you into sports that give you an adrenaline rush? Here is a new tab theme with loads of awesome wallpapers just for you.

These wallpapers will inspire you to go out and experiment with new sports. Are you passionate about winter sports, skiing, snowmobiling, or snowboarding? Or maybe you are more into summer sports like motocross, scuba diving, or rock climbing? Don’t worry, we got you covered.

Get ready to feel inspired by this extreme sports theme. This new tab theme is not only for sports enthusiasts but also for everyone who likes to be organized and wants to escape the daily routine.

With Only Extreme Sports you can check out the local weather to plan your outdoor activities, you can search the web using Bing or Google, and use the shortcuts to your most visited websites. It offers theme colors, quick reminders with To-Do List, games, date, time, theme gallery, like, and share. Plus, you have access to lots more interesting extreme sports wallpapers collections to get some inspiration for your next outdoor activities.

We would love to hear from you. Send us your feedback and suggestions at [email protected].                    

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

ชื่อ Only Extreme Sports Wallpapers New Tab Theme Only Extreme Sports Wallpapers New Tab Theme
ID neamjmeioajbpdcojhmleeemgaaggpdb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/only-extreme-sports-wallp/neamjmeioajbpdcojhmleeemgaaggpdb
คำอธิบาย Enjoy HD wallpapers of Extreme Sports every time you open a new tab.
ขนาดไฟล์ 36.13 KB
จำนวนการติดตั้ง 101
เวอร์ชันปัจจุบัน 3.0.9
อัปเดตครั้งล่าสุด 2022-05-15
วันที่เผยแพร่ 2022-05-02
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.onlyextremesports.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://onlyextremesports.com/blog
URL หน้านโยบายความเป็นส่วนตัว https://www.onlyextremesports.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Only Extreme Sports Wallpapers New Tab Theme",
    "description": "Enjoy HD wallpapers of Extreme Sports every time you open a new tab.",
    "version": "3.0.9",
    "short_name": "Extreme Sports",
    "permissions": [
        "storage",
        "topSites",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_title": "Only Extreme Sports Wallpapers New Tab Theme"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.onlyextremesports.com\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.onlyextremesports.com\/*"
            ],
            "js": [
                "js\/content-scripts\/installed.js",
                "js\/content-scripts\/event-handler.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}