Nature Wallpapers
Nature Wallpapers with HD photos. Add new image to nature gallery!
What is Nature Wallpapers?
Nature Wallpapers is a Chrome extension developed by FREE APPS, and its main feature is "Nature Wallpapers with HD photos. Add new image to nature gallery!".
Extension Screenshots
Download Nature Wallpapers Extension CRX File
Download Nature Wallpapers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ppecnljenaglnnfbdoldnhkkhimmgnee |
Official URL | https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee |
Description | Nature Wallpapers with HD photos. Add new image to nature gallery! |
File Size | 139 KB |
Installation Count | 107 |
Current Version | 1.0.0 |
Last Updated | 2018-07-02 |
Publish Date | 2018-07-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | FREE APPS |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.smart-finder.net/privacy.html |
Supported Languages | 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" } } |