Better New Tab Pro
Better new tab improves the quality of your new tab with amazing wallpapers & videos
ما هو Better New Tab Pro؟
Better New Tab Pro هو إضافة Chrome تم تطويرها بواسطة MrProductivity، والميزة الرئيسية لها هي "Better new tab improves the quality of your new tab with amazing wallpapers & videos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better New Tab Pro
قم بتنزيل ملفات الامتداد Better New Tab Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Better new tab pro improves the quality of your new tab by adding wallpapers and video wallpapers You can select many normal wallpapers (static pictures) or video animated wallpapers that plays automatically on your new tab page. If you want more videos or images, please let us know and we will add more! Suggestions are welcome! You can contact us @ [email protected]
معلومات أساسية عن التمديد
الاسم | |
ID | nojnjadiacnfbmeaedaloeilohcjmfdg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg |
الوصف | Better new tab improves the quality of your new tab with amazing wallpapers & videos |
حجم الملف | 17.23 MB |
عدد التثبيتات | 54 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-06-17 |
تاريخ النشر | 2020-06-17 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | MrProductivity |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "MrProductivity", "version": "1.0.1", "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "pages\/app.html" }, "background": { "persistent": true, "page": "pages\/background.html" }, "permissions": [ "tabs", "topSites", "storage" ], "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/content.js" ] } |