Best Friend Backgrounds
Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.
What is Best Friend Backgrounds?
Best Friend Backgrounds is a Chrome extension developed by simplicode.software, and its main feature is "Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.".
Extension Screenshots
Download Best Friend Backgrounds Extension CRX File
Download Best Friend Backgrounds 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
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)
Extension Basic Information
Name | Best Friend Backgrounds |
ID | idipplfkkiceainggkhfmhpdjpffgpnd |
Official URL | https://chromewebstore.google.com/detail/best-friend-backgrounds/idipplfkkiceainggkhfmhpdjpffgpnd |
Description | Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab. |
File Size | 2.39 MB |
Installation Count | 44 |
Current Version | 0.1.1 |
Last Updated | 2023-04-06 |
Publish Date | 2022-11-23 |
Developer | simplicode.software |
[email protected] | |
Payment Type | free |
Extension Website | https://bestfriendbackgrounds.com/ |
Supported Languages | 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" ] } |