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 هو إضافة Chrome تم تطويرها بواسطة https://3x3.petarperunovic.com، والميزة الرئيسية لها هي "For all 3x3 lovers. New tab with background images of different basketball courts all over the world.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة 3x3 Chrome Extension

قم بتنزيل ملفات الامتداد 3x3 Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}