Dachshund Wallpaper New Tab

Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.

What is Dachshund Wallpaper New Tab?

Dachshund Wallpaper New Tab is a Chrome extension developed by https://www.thedogdigest.com, and its main feature is "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.".

Extension Screenshots

screenshot

Download Dachshund Wallpaper New Tab Extension CRX File

Download Dachshund Wallpaper New Tab 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

                        Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.                    

Extension Basic Information

Name Dachshund Wallpaper New Tab Dachshund Wallpaper New Tab
ID liehbcaaiakbpgllpbmbbmkflnaelnge
Official URL https://chromewebstore.google.com/detail/dachshund-wallpaper-new-t/liehbcaaiakbpgllpbmbbmkflnaelnge
Description Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
File Size 7.5 MB
Installation Count 403
Current Version 1.2
Last Updated 2019-10-09
Publish Date 2019-10-09
Rating 5.00/5 Total 1 Ratings
Developer https://www.thedogdigest.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "name": "Dachshund Wallpaper New Tab",
    "description": "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.",
    "author": "Anant Gupta",
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/cdn.onesignal.com https:\/\/onesignal.com\/; object-src 'self' 'unsafe-eval';",
    "manifest_version": 2,
    "minimum_chrome_version": "37",
    "icons": {
        "128": "src\/assets\/icons\/icon128.png",
        "16": "src\/assets\/icons\/icon16.png",
        "48": "src\/assets\/icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "src\/assets\/icons\/icon128.png",
            "16": "src\/assets\/icons\/icon16.png",
            "48": "src\/assets\/icons\/icon48.png"
        }
    },
    "background": {
        "scripts": [
            "src\/OneSignal.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "activeTab",
        "http:\/\/gupanant.com\/*",
        "topSites",
        "management",
        "tabs",
        "fontSettings",
        "sessions"
    ],
    "chrome_url_overrides": {
        "newtab": "src\/main.html"
    }
}