Cute Kittens

Get a cute kitten on every new tab

What is Cute Kittens?

Cute Kittens is a Chrome extension developed by https://freehdtabs.com, and its main feature is "Get a cute kitten on every new tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cute Kittens Extension CRX File

Download Cute Kittens 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

                        - KITTENS NEW TAB - KITTEN WALLPAPERS - Offered by freehdtabs.com -

Install Kittens and enjoy varied HD wallpapers of cute cats and kittens, every time you open a new tab.

★ What can you get from our cats & kittens themes?
First, you can enjoy a wide range of cat & kitten wallpapers in HD quality. 
Second, the cats & kittens extension provides quick navigation to your most visited sites and Chrome apps like Gmail.

Finally, you can enjoy all these features for free! Our extension does not include ads or any hidden catch!

★ Interested in cute animal themes like cats, kittens, tabby cat? Visit our homepage for more HD wallpapers and newtab themes: https://freehdtabs.com/

In order to provide the features of this extension, your default search settings would be modified.

How do I uninstall this extension?
Click on the Chrome Menu icon to open the menu
Click on Settings
On the left window pane click on Extensions
Choose the Cute Kittens extension from the list
Click on the Trash bin icon to the right of the extension
On the pop-up window click on the Remove button


EULA: https://freehdtabs.com/eula
Privacy Policy : https://freehdtabs.com/privacy
You can always contact us at [email protected]                    

Extension Basic Information

Name Cute Kittens Cute Kittens
ID himjpafoalifigpnpmigmngiinghljhh
Official URL https://chromewebstore.google.com/detail/cute-kittens/himjpafoalifigpnpmigmngiinghljhh
Description Get a cute kitten on every new tab
File Size 9.1 KB
Installation Count 1,736
Current Version 3
Last Updated 2021-08-25
Publish Date 2019-05-17
Rating 5.00/5 Total 2 Ratings
Developer https://freehdtabs.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://freehdtabs.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png"
        },
        "default_title": "See a kitten"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/freehdtabs.com\/favicons\/kittens.ico",
            "is_default": true,
            "keyword": "a",
            "name": "Internet",
            "search_url": "https:\/\/freehdtabs.com\/search?id=kittens&q={searchTerms}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Get a cute kitten on every new tab",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.freehdtabs.com\/*",
            "*:\/\/freehdtabs.com\/*"
        ]
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Cute Kittens",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.freehdtabs.com\/*",
        "*:\/\/freehdtabs.com\/*"
    ],
    "short_name": "Cute Kittens",
    "version": "3"
}