3x3 Chrome Extension

For all 3x3 lovers. New tab with background images of different basketball courts all over the world.

3x3 Chrome Extension là gì?

3x3 Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://3x3.petarperunovic.com, và tính năng chính của nó là "For all 3x3 lovers. New tab with background images of different basketball courts all over the world.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 3x3 Chrome Extension

Tải xuống các tệp mở rộng 3x3 Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Replace new tab with 3x3 images custom page, counter that counts down the time until the start of the new season and the Olympics.

★ Features of "3x3 Custom New Tab" extension:
✔ Images of different basketball courts all over the world.
✔A counter that counts down the time until the start of the Olympics
	
★ We will together improve this application, like 3x3 World Facebook page. In 3x3 World we will discuss what functionality you need. Every second week we will have voting which functionality we will add next to 3x3 chrome extension.

If you need help to improve your 3x3 skills, visit my website -> https://3x3.petarperunovic.com/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 3x3 Chrome Extension 3x3 Chrome Extension
ID gbgbljkhpnkmdphfplapdllooiebhggj
URL Chính Thức https://chromewebstore.google.com/detail/3x3-chrome-extension/gbgbljkhpnkmdphfplapdllooiebhggj
Mô tả For all 3x3 lovers. New tab with background images of different basketball courts all over the world.
Kích Thước Tệp 3.97 MB
Số Lần Cài Đặt 247
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-10-11
Ngày Phát Hành 2020-07-05
Nhà Phát Triển https://3x3.petarperunovic.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://3x3.petarperunovic.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3x3 Chrome Extension",
    "description": "For all 3x3 lovers. New tab with background images of different basketball courts all over the world.",
    "version": "1.1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}