4k Wallpapers

Download all 4k wallpaper images for your desktop backgrounds.

ما هو 4k Wallpapers؟

4k Wallpapers هو إضافة Chrome تم تطويرها بواسطة Nisha Roy، والميزة الرئيسية لها هي "Download all 4k wallpaper images for your desktop backgrounds.".

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

screenshot

تحميل ملف CRX للإضافة 4k Wallpapers

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

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

                        Download all 4k wallpaper images for your desktop backgrounds. These 4k ultra-HD wallpapers are free to use and perfect for high resolution computers and laptops.                    

معلومات أساسية عن التمديد

الاسم 4k Wallpapers 4k Wallpapers
ID ifkangkafkbekeepjhhglfdbgbpbdedi
عنوان URL الرسمي https://chromewebstore.google.com/detail/4k-wallpapers/ifkangkafkbekeepjhhglfdbgbpbdedi
الوصف Download all 4k wallpaper images for your desktop backgrounds.
حجم الملف 29.43 KB
عدد التثبيتات 19
النسخة الحالية 1
آخر تحديث 2018-09-02
تاريخ النشر 2018-09-02
المطور Nisha Roy
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "4k Wallpapers",
    "description": "Download all 4k wallpaper images for your desktop backgrounds.",
    "browser_action": {
        "default_title": "Click Here !"
    },
    "version": "1",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}