3x3 Chrome Extension

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

什么是3x3 Chrome Extension?

3x3 Chrome Extension是由https://3x3.petarperunovic.com开发的Chrome扩展程序,该扩展的主要功能是“For all 3x3 lovers. New tab with background images of different basketball courts all over the world.”。

扩展截图

screenshot
screenshot

下载3x3 Chrome Extension扩展crx文件

下载3x3 Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 3x3 Chrome Extension 3x3 Chrome Extension
ID gbgbljkhpnkmdphfplapdllooiebhggj
官方URL https://chromewebstore.google.com/detail/3x3-chrome-extension/gbgbljkhpnkmdphfplapdllooiebhggj
简介 For all 3x3 lovers. New tab with background images of different basketball courts all over the world.
文件大小 3.97 MB
安装次数 247
当前版本 1.1.0
更新时间 2022-10-11
上架时间 2020-07-05
开发者 https://3x3.petarperunovic.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://3x3.petarperunovic.com/
支持的语言 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"
    }
}