iHeartDogs Browser App

Help Feed Shelter Dogs with the iHeartDogs Browser App

ما هو iHeartDogs Browser App؟

iHeartDogs Browser App هو إضافة Chrome تم تطويرها بواسطة AmplifyStudios، والميزة الرئيسية لها هي "Help Feed Shelter Dogs with the iHeartDogs Browser App".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة iHeartDogs Browser App

قم بتنزيل ملفات الامتداد iHeartDogs Browser App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Introducing the iHeartDogs Browser App! By simply searching the web, you will help us raise money to feed shelter dogs. Once installed, your browser will become the essential iHeartDogs experience. You can select your favorite breeds and wallpapers or upload photos of your own! We've got hundreds of images to choose from including puppies, Labradors, Pit Bulls, Huskies, German Shepherds and many others! In addition, you can customize your homepage with the following features:

   • Hundreds of Dog Wallpapers
   • Breed Select
   • Photo Upload
   • Daily Dog Quotes 
   • Quick Tab for iHeartDogs Search & Social Media
   • Local Weather Forecast
   • Web Search
   • Favorite Web Links
   • To Do List & More!

Search the iHeartDogs store and see the latest on social media anywhere online using the Quick Tab. Simply click on the iHeartDogs icon at the top right of your browser to access the Quick Tab.

Enjoy searching the iHeartDogs website through the omnibar as well as having quick access to the most popular web pages with simple commands. To quickly search the iHeartDogs website, simply use the omnibar, type “iHD,” press the space bar or tab key and enter the keywords you want to search: 

   • “Shop” to go to The Feed page
   • “Blog” to go to the Blog page
   • “News” to go to the News page
   • “Vet” to go to the Ask a Vet page

By clicking "Add to Chrome" and installing the iHeartDogs Browser App, you accept and agree to abide by the End User License Agreement (found here: https://amplifystudios.io/terms-and-conditions/) and Privacy Policy (found here: https://amplifystudios.io/privacy/). For instructions on how to remove the extension, please visit: https://amplifystudios.io/uninstall-instructions/ 

Our extension makes use of the following permissions:

“Read and change your data on all amplifystudios.io sites”
This permission allows us to access the website we own and manage in order to provide the content and features for the extension.

“Replace the page you see when opening a new tab”
This permission allows us to show you our new tab page with features and functionalities as described above.

“Change your search settings to api.amplifystudios.io”
This allows us to provide a custom search function that enables you to search directly on iHeartDogs.com and on the web using Bing.

We hope you enjoy the iHeartDogs Browser App as much as we do!

Visit us:
https://iheartdogs.com/                    

معلومات أساسية عن التمديد

الاسم iHeartDogs Browser App iHeartDogs Browser App
ID iafeapfdipgbbjpmaljpjfchnocdkkng
عنوان URL الرسمي https://chrome.google.com/webstore/detail/iheartdogs-browser-app/iafeapfdipgbbjpmaljpjfchnocdkkng
الوصف Help Feed Shelter Dogs with the iHeartDogs Browser App
حجم الملف 22.06 KB
عدد التثبيتات 2,000
النسخة الحالية 0.4
آخر تحديث 2020-10-13
تاريخ النشر 2020-02-25
تقييم 4.89/5 مجموع تقييمات 208
المطور AmplifyStudios
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://amplifystudios.io/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iHeartDogs Browser App",
    "version": "0.4",
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/*.amplifystudios.io\/*",
        "http:\/\/*.amplifystudios.io\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "Help Feed Shelter Dogs with the iHeartDogs Browser App",
    "chrome_url_overrides": {
        "newtab": "html\/load.html"
    },
    "omnibox": {
        "keyword": "iheartdogs"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "name": "IHeartDogs",
            "keyword": "iheartdogs.com",
            "favicon_url": "https:\/\/api.amplifystudios.io\/favicon.ico",
            "search_url": "https:\/\/api.amplifystudios.io\/search\/bing?q={searchTerms}&o=true&theme=ilovedogs",
            "suggest_url": "https:\/\/api.amplifystudios.io\/search\/suggest?q={searchTerms}",
            "alternate_urls": [
                "https:\/\/api.amplifystudios.io\/search\/omni?q={searchTerms}"
            ],
            "encoding": "UTF-8"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/cs\/data-frame.js"
            ],
            "matches": [
                "https:\/\/*.amplifystudios.io\/*",
                "http:\/\/*.amplifystudios.io\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "html\/bab.html"
    },
    "web_accessible_resources": [
        "js\/bg\/focus.js"
    ]
}