Cute Cat Wallpaper HD For Chrome on Desktop

Super cute cat wallpapers to make you smile

Cute Cat Wallpaper HD For Chrome on Desktop란 무엇입니까?

Cute Cat Wallpaper HD For Chrome on Desktop은(는) Dave8212에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Super cute cat wallpapers to make you smile"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cute Cat Wallpaper HD For Chrome on Desktop 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Animated cat wallpapers with funny quotes about life, love, work… This extension will replace default Chrome wallpaper to a collection of cute cats in your browser. 

If you need a cat or kitten wallpaper for desktop, this is the perfect one for you. Each time you open a new tab, there will be a cat/ kitty waiting for you and sometimes they will talk to you. Super cute cat wallpapers to make you smile and Save you from boredom at work/school.

This cat wallpaper is my hobby project, I made it purely because of my love for cats so it's free and open source.
---------------

Key features of “Cute Cat Wallpaper HD For Chrome on Desktop”:
Super light & fast. It’s the best cat wallpaper for laptops/ computers. Even slowest ones.
Free to use on Chrome browser
A large collection of funny & cute cat wallpapers that you won't get bored of. 
Minimal design wallpaper: it's clean & simple in order not to distract you.
----------------

If you have any idea to make Plato Cat Theme better, feel free to drop me an email to: [email protected]                    

확장 프로그램 기본 정보

이름 Cute Cat Wallpaper HD For Chrome on Desktop Cute Cat Wallpaper HD For Chrome on Desktop
ID hohllplcmgjjcjcohlbemidfkabnpfab
공식 URL https://chrome.google.com/webstore/detail/cute-cat-wallpaper-hd-for/hohllplcmgjjcjcohlbemidfkabnpfab
설명 Super cute cat wallpapers to make you smile
파일 크기 270 KB
설치 횟수 61
현재 버전 0.0.1
최근 업데이트 2019-09-21
출시 날짜 2019-09-21
평점 5.00/5 총 1 개의 평점
개발자 Dave8212
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cute Cat Wallpaper HD For Chrome on Desktop",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Super cute cat wallpapers to make you smile",
    "homepage_url": "https:\/\/platocat.saturdaycode.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src chrome:\/\/favicon https:\/\/*.tenor.com data: https:\/\/*.thao.pw;",
    "permissions": [
        "topSites",
        "chrome:\/\/favicon\/",
        "storage",
        "unlimitedStorage",
        "https:\/\/www.google-analytics.com\/"
    ],
    "background": {
        "scripts": [
            "js\/lodash.min.js",
            "js\/google-analytics-bundle.js",
            "js\/background.js"
        ],
        "persistent": false
    }
}