Hello Cat
I'll be with you!
Qu'est-ce que Hello Cat ?
Hello Cat est une extension Chrome développée par sonderzx, et sa fonction principale est "I'll be with you!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hello Cat
Téléchargez les fichiers d'extension Hello Cat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
I'll be with you!当你感到疲惫,点开我,我为你提供让你赏心悦目的图片及搞笑的表情包,希望为您减除一些疲惫~
Informations de Base sur l'Extension
Nom | Hello Cat |
ID | jnbfeeakoonoikdnphkeifkkdiikcioh |
URL Officiel | https://chromewebstore.google.com/detail/hello-cat/jnbfeeakoonoikdnphkeifkkdiikcioh |
Description | I'll be with you! |
Taille du Fichier | 48.53 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-10-26 |
Date de Publication | 2019-10-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | sonderzx |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |