Best Friend Backgrounds

Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.

Apa itu Best Friend Backgrounds?

Best Friend Backgrounds adalah ekstensi Chrome yang dikembangkan oleh simplicode.software, dan fitur utamanya adalah "Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Best Friend Backgrounds

Unduh file ekstensi Best Friend Backgrounds 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

                        BestFriendBackgrounds for Chrome is a subtle, clean and simple solution for changing your browser’s theme. If you love four legged fur babies, this extension is for you!

Thanks to everyone that loves and supports BestFriendBackgrounds. We keep updating and bringing to you, high definition and adorable doggie backgrounds to make your day on your desktop or laptop as pleasant as can be.

BestFriendBackgrounds takes over a new tab extension and brings you Bing Search results to help you find what you’re looking for, while enjoying the sights of a pretty puppy 🐶

By clicking "add to Chrome", I accept and agree to installing the Best Friend Backgrounds extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use (https://bestfriendbackgrounds.com/terms) and Policy (https://bestfriendbackgrounds.com/privacy)                    

Informasi Dasar Ekstensi

Nama Best Friend Backgrounds Best Friend Backgrounds
ID idipplfkkiceainggkhfmhpdjpffgpnd
URL Resmi https://chromewebstore.google.com/detail/best-friend-backgrounds/idipplfkkiceainggkhfmhpdjpffgpnd
Deskripsi Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.
Ukuran File 2.39 MB
Jumlah Instalasi 44
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2023-04-06
Tanggal Publikasi 2022-11-23
Pengembang simplicode.software
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bestfriendbackgrounds.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Best Friend Backgrounds",
    "short_name": "Best Friend Backgrounds",
    "description": "Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.",
    "version": "0.1.1",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/dogs.png"
    },
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ]
}