NewTabSpace
Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…
ما هو NewTabSpace؟
NewTabSpace هو إضافة Chrome تم تطويرها بواسطة Zoe Webmaster، والميزة الرئيسية لها هي "Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NewTabSpace
قم بتنزيل ملفات الامتداد NewTabSpace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your browser.
معلومات أساسية عن التمديد
الاسم | |
ID | onodcoelplndhaecnneclpbpjpdgclam |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam |
الوصف | Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your… |
حجم الملف | 5.47 MB |
عدد التثبيتات | 387 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2021-10-26 |
تاريخ النشر | 2021-09-27 |
تقييم | 5.00/5 مجموع تقييمات 33 |
المطور | Zoe Webmaster |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://textuploader.com/t5awa |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewTabSpace", "version": "1.0.4", "permissions": [ "storage", "tabs", "cookies", "alarms" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/myextension.online\/*", "*:\/\/*.myextension.online\/*" ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' data: blob: filesystem:;" } } |