Marvel’s Spider-Man New Tab and Wallpaper
Marvel’s Spider-Man New Tab and Wallpaper Extension brings a new look to your Chrome browser.
ما هو Marvel’s Spider-Man New Tab and Wallpaper؟
Marvel’s Spider-Man New Tab and Wallpaper هو إضافة Chrome تم تطويرها بواسطة zoomeyplug، والميزة الرئيسية لها هي "Marvel’s Spider-Man New Tab and Wallpaper Extension brings a new look to your Chrome browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Marvel’s Spider-Man New Tab and Wallpaper
قم بتنزيل ملفات الامتداد Marvel’s Spider-Man New Tab and Wallpaper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Marvel’s Spider-Man New Tab and Wallpaper Extension brings a new look to your Chrome browser.
معلومات أساسية عن التمديد
الاسم | |
ID | nfakmciakiafklhnljbmlhafifgmiemo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/marvel%E2%80%99s-spider-man-new-t/nfakmciakiafklhnljbmlhafifgmiemo |
الوصف | Marvel’s Spider-Man New Tab and Wallpaper Extension brings a new look to your Chrome browser. |
حجم الملف | 59.93 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2020-01-03 |
تاريخ النشر | 2020-01-03 |
تقييم | 5.00/5 مجموع تقييمات 14 |
المطور | zoomeyplug |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "js\/marvels-spider-man.js" ] }, "browser_action": { "default_icon": "icons\/icon-48.png" }, "chrome_url_overrides": { "newtab": "theme.html" }, "content_security_policy": "script-src 'self' https:\/\/cse.google.com https:\/\/ajax.googleapis.com https:\/\/use.fontawesome.com https:\/\/stackpath.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_name__", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.4" } |