Chrome Cat

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

Chrome Cat là gì?

Chrome Cat là một tiện ích mở rộng Chrome được phát triển bởi https://chromecat.app, và tính năng chính của nó là "I'm a cat that likes to hang out in Chrome (^..^)ノ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Cat

Tải xuống các tệp mở rộng Chrome Cat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Cat Chrome Cat
ID nedimkoolcnedillajmobdhlmeibokgp
URL Chính Thức https://chromewebstore.google.com/detail/chrome-cat/nedimkoolcnedillajmobdhlmeibokgp
Mô tả I'm a cat that likes to hang out in Chrome (^..^)ノ
Kích Thước Tệp 6.17 MB
Số Lần Cài Đặt 25,960
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-04-29
Ngày Phát Hành 2020-04-29
Đánh Giá 4.97/5 Tổng số 37 Đánh Giá
Nhà Phát Triển https://chromecat.app
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chromecat.app
Ngôn Ngữ Được Hỗ Trợ 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'"
}