Best Friend Backgrounds

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

什么是Best Friend Backgrounds?

Best Friend Backgrounds是由simplicode.software开发的Chrome扩展程序,该扩展的主要功能是“Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.”。

扩展截图

screenshot
screenshot

下载Best Friend Backgrounds扩展crx文件

下载Best Friend Backgrounds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Best Friend Backgrounds Best Friend Backgrounds
ID idipplfkkiceainggkhfmhpdjpffgpnd
官方URL https://chromewebstore.google.com/detail/best-friend-backgrounds/idipplfkkiceainggkhfmhpdjpffgpnd
简介 Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.
文件大小 2.39 MB
安装次数 44
当前版本 0.1.1
更新时间 2023-04-06
上架时间 2022-11-23
开发者 simplicode.software
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bestfriendbackgrounds.com/
支持的语言 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"
    ]
}