Hello Cat
I'll be with you!
What is Hello Cat?
Hello Cat is a Chrome extension developed by sonderzx, and its main feature is "I'll be with you!".
Extension Screenshots
Download Hello Cat Extension CRX File
Download Hello Cat 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
I'll be with you!当你感到疲惫,点开我,我为你提供让你赏心悦目的图片及搞笑的表情包,希望为您减除一些疲惫~
Extension Basic Information
Name | Hello Cat |
ID | jnbfeeakoonoikdnphkeifkkdiikcioh |
Official URL | https://chromewebstore.google.com/detail/hello-cat/jnbfeeakoonoikdnphkeifkkdiikcioh |
Description | I'll be with you! |
File Size | 48.53 KB |
Installation Count | 21 |
Current Version | 1.1 |
Last Updated | 2019-10-26 |
Publish Date | 2019-10-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | sonderzx |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hello Cat", "version": "1.1", "description": "I'll be with you!", "author": "zhangshujun", "icons": { "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "inject.js" ] } |