Gato en la Web
Cada cierto tiempo, un adorable gatito aparecerá en tu pantalla junto con un mensaje especial solo para ti. 💬✨
Gato en la Webとは何ですか?
Gato en la Webはalanya.poccomoによって開発されたChromeの拡張機能で、その主な機能は「Cada cierto tiempo, un adorable gatito aparecerá en tu pantalla junto con un mensaje especial solo para ti. 💬✨」です。
拡張機能のスクリーンショット
Gato en la Web拡張機能のCRXファイルをダウンロード
Gato en la Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Una extensión creada pensando en ti, para poder enviarte mensajes bonitos.
拡張機能の基本情報
名前 | Gato en la Web |
ID | fgmnldkfcmnbjoiabhhkpjjhpegjbpii |
公式URL | https://chromewebstore.google.com/detail/gato-en-la-web/fgmnldkfcmnbjoiabhhkpjjhpegjbpii |
説明 | Cada cierto tiempo, un adorable gatito aparecerá en tu pantalla junto con un mensaje especial solo para ti. 💬✨ |
ファイルサイズ | 15.02 KB |
インストール数 | 58 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-08-24 |
公開日 | 2023-08-24 |
開発者 | alanya.poccomo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gato en la Web", "description": "Cada cierto tiempo, un adorable gatito aparecer\u00e1 en tu pantalla junto con un mensaje especial solo para ti. \ud83d\udcac\u2728", "version": "1.0.0", "icons": { "16": "images\/cat16.png", "32": "images\/cat32.png", "48": "images\/cat32.png", "128": "images\/cat128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/cat16.png", "32": "images\/cat32.png", "48": "images\/cat32.png", "128": "images\/cat128.png" } }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |