iHeartCats Browser App

Help Feed Shelter Cats with the iHeartCats Browser App

Co je iHeartCats Browser App?

iHeartCats Browser App je rozšíření Chrome vyvinuté AmplifyStudios, a jeho hlavní funkcí je „Help Feed Shelter Cats with the iHeartCats Browser App“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření iHeartCats Browser App

Stáhněte si soubory rozšíření iHeartCats Browser App ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Introducing the iHeartCats Browser App! By simply searching the web, you will help us raise money to feed shelter cats. Once installed, your browser will become the essential iHeartCats experience. Select your favorite cat wallpaper or use photos of your own! In addition, you can customize your homepage with the following features:

   • Dozens of Cat Wallpapers
   • Photo Upload
   • Daily Cat Quotes 
   • Quick Tab for iHeartCats Search & Social Media
   • Local Weather Forecast
   • Web Search
   • Favorite Web Links
   • To Do List & More!

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

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

   • “Shop” to go to Shop page
   • “Blog” to go to the Blog page
   • “News” to go to the News page
   • “FAQ” to go to the FAQ page

By clicking "Add to Chrome" and installing the iHeartCats 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 iHeartCats.com and on the web using Bing.

"Read a list of your most frequently visited websites"
This permission allows us to provide you the functionality of giving you quick access to your most visited sites via the extension.

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

Visit us:
https://iheartcats.com/                    

Základní Informace o Rozšíření

Název iHeartCats Browser App iHeartCats Browser App
ID gbknbkfhcgoeokkblfdijacajnmmppkf
Oficiální URL https://chrome.google.com/webstore/detail/iheartcats-browser-app/gbknbkfhcgoeokkblfdijacajnmmppkf
Popis Help Feed Shelter Cats with the iHeartCats Browser App
Velikost souboru 23.2 KB
Počet instalací 167
Aktuální Verze 0.4
Poslední Aktualizace 2020-10-12
Datum Vydání 2020-03-24
Hodnocení 4.92/5 Celkem 13 Hodnocení
Vývojář AmplifyStudios
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://amplifystudios.io/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iHeartCats 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 Cats with the iHeartCats Browser App",
    "chrome_url_overrides": {
        "newtab": "html\/load.html"
    },
    "omnibox": {
        "keyword": "iheartcats"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "name": "IHeartCats",
            "keyword": "iheartcats.com",
            "favicon_url": "https:\/\/api.amplifystudios.io\/favicon.ico",
            "search_url": "https:\/\/api.amplifystudios.io\/search\/bing?q={searchTerms}&o=true&theme=iheartcatsdogs",
            "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"
    ]
}