Chrome Cat

I'm a cat that likes to hang out in Chrome (^..^)ノ

Chrome Cat란 무엇입니까?

Chrome Cat은(는) https://chromecat.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "I'm a cat that likes to hang out in Chrome (^..^)ノ"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Chrome Cat 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hi! I'm Chrome Cat. I like to hang out and keep you company.  [^._.^]ノ彡
You can see a demo at www.chromecat.app 

Click "Add to Chrome" and I'll hang with you on your favorite sites. We can watch videos, look at photos, and even do some work (I'll just sleep).

I ask for permission to modify your data on all sites only so I can hang out with you on all sites! 
I can't read or store your personal data – I only store if you want me on or off.

¯\_₍⸍⸌̣ʷ̣̫⸍̣⸌₎_/¯

More about me:

– I like to hang out almost everywhere, but some places just don't allow cats.
– I get sleepy after 5 minutes in case your computer wants to go to sleep.
– I'm a leo.

(ฅ^・ﻌ・^)ฅ

If I cause any problems:
Try turning me off or refresh the window.
(I can't be responsible for anything – I'm just a cat)

Let's hang out! 

(⌯’▾’⌯) ∫

Thanks to the real life owner of this cat for sharing:
Creator: Snapwing Falcon
https://www.youtube.com/channel/UCEz90_TzcLkwRMFoYAU0PiA                    

확장 프로그램 기본 정보

이름 Chrome Cat Chrome Cat
ID nedimkoolcnedillajmobdhlmeibokgp
공식 URL https://chromewebstore.google.com/detail/chrome-cat/nedimkoolcnedillajmobdhlmeibokgp
설명 I'm a cat that likes to hang out in Chrome (^..^)ノ
파일 크기 6.17 MB
설치 횟수 25,960
현재 버전 1.0
최근 업데이트 2020-04-29
출시 날짜 2020-04-29
평점 4.97/5 총 37 개의 평점
개발자 https://chromecat.app
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://chromecat.app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Cat",
    "description": "I'm a cat that likes to hang out in Chrome (^..^)\uff89",
    "homepage_url": "https:\/\/chromecat.app",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Chrome Cat",
        "default_popup": "popup.html",
        "default_icon": "images\/bb_icon128.png"
    },
    "icons": {
        "32": "images\/bb_icon32.png",
        "128": "images\/bb_icon128.png"
    },
    "web_accessible_resources": [
        "videos\/*",
        "sounds\/*",
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "default-src 'self'"
}