Wallpaper Dogs & Puppies New Tab

Get to know your favorite breeds while enjoying amazing dog and puppy wallpapers.

Was ist Wallpaper Dogs & Puppies New Tab?

Wallpaper Dogs & Puppies New Tab ist eine Chrome-Erweiterung, die von https://pawtastictab.com entwickelt wurde, und ihr Hauptmerkmal ist "Get to know your favorite breeds while enjoying amazing dog and puppy wallpapers.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Wallpaper Dogs & Puppies New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wallpaper Dogs & Puppies New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Dogs are our best friends, and we all know why. But how well do you know this best friend of yours? Best Dogs & Puppies New Tab lets us discover their breeds and reveal their habits. If you are a dog & puppy lover, then you will love this new tab page and enjoy learning about your favorite breeds such as Pug, Husky, German Shepherd, Golden Retriever, and many more. 

You may also find out fun facts about the breeds that you never paid attention to. Did you know that Rottweilers are always black with the same brown markings on their chest, face, and paws, while the brown spots can come in three different variations: Rust, tan, and mahogany? Did you also know that Yorkshire was the first therapy dog for wounded soldiers during World War II?

Once this extension is installed, you will be able to select one or more of your beloved breeds. Learn every detail about each dog breed, such as interesting facts, the breed personality, physical, and social traits. Get all these great features and information while enjoying the most adorable dog wallpapers you have ever seen.

Features

• Facts and information about hundreds of your favorite dog breeds
• Adorable dog wallpapers displayed in your default new tab page
• Search the web using Bing search engine
• Quick access to your most visited sites 

If you love seeing a cute dog or puppy with a smiley face and a wagging tail this is the perfect extension for you.

Oh, my dog! Experience the most precious dogs & puppies right in your browser every day.                    

Grundlegende Informationen zur Erweiterung

Name Wallpaper Dogs & Puppies New Tab Wallpaper Dogs & Puppies New Tab
ID ffllckipkdgcnnlbnleapblhmgnjkkco
Offizielle URL https://chromewebstore.google.com/detail/wallpaper-dogs-puppies-ne/ffllckipkdgcnnlbnleapblhmgnjkkco
Beschreibung Get to know your favorite breeds while enjoying amazing dog and puppy wallpapers.
Dateigröße 980 KB
Installationsanzahl 1,571
Aktuelle Version 3.0.39
Letztes Update 2024-01-22
Veröffentlichungsdatum 2022-08-30
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler https://pawtastictab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pawtastictab.com
Hilfeseite URL http://pawtastictab.com/contact/
URL der Datenschutzrichtlinien-Seite https://pawtastictab.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wallpaper Dogs & Puppies New Tab",
    "description": "Get to know your favorite breeds while enjoying amazing dog and puppy wallpapers.",
    "version": "3.0.39",
    "short_name": "Pawtastic",
    "permissions": [
        "storage",
        "topSites",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_title": "Wallpaper Dogs & Puppies New Tab"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.pawtastictab.com\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pawtastictab.com\/*"
            ],
            "js": [
                "js\/content-scripts\/installed.js",
                "js\/content-scripts\/event-handler.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/mystart.mystartcdn.com https:\/\/*.firebaseio.com;style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com  https:\/\/mystart.mystartcdn.com https:\/\/maxcdn.bootstrapcdn.com",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/*.firebasedatabase.app' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "manifest_version": 3
}