Nature Wallpapers

Nature Wallpapers with HD photos. Add new image to nature gallery!

Apa itu Nature Wallpapers?

Nature Wallpapers adalah ekstensi Chrome yang dikembangkan oleh FREE APPS, dan fitur utamanya adalah "Nature Wallpapers with HD photos. Add new image to nature gallery!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nature Wallpapers

Unduh file ekstensi Nature Wallpapers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Nature Wallpapers includes HD images of spring, summer, autumn, winter. Beautiful nature photos like forest, mountain, snow or tropical beach for you every day!

- Add new nature photos to your gallery!

- Right-click on image and confirm "Add to Nature Wallpaper" in the context menu.                    

Informasi Dasar Ekstensi

Nama Nature Wallpapers Nature Wallpapers
ID ppecnljenaglnnfbdoldnhkkhimmgnee
URL Resmi https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee
Deskripsi Nature Wallpapers with HD photos. Add new image to nature gallery!
Ukuran File 139 KB
Jumlah Instalasi 107
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-07-02
Tanggal Publikasi 2018-07-02
Penilaian 5.00/5 Total 3 Penilaian
Pengembang FREE APPS
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.smart-finder.net/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nature Wallpapers",
    "description": "Nature Wallpapers with HD photos. Add new image to nature gallery!",
    "version": "1.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "conf.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img_sep\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img_sep\/ico_16.png",
        "48": "img_sep\/ico_48.png"
    }
}