Eggy's Gudetama WallPaper
Get a cute 🍳 wallpaper
Eggy's Gudetama WallPaperとは何ですか?
Eggy's Gudetama WallPaperはIsaiahによって開発されたChromeの拡張機能で、その主な機能は「Get a cute 🍳 wallpaper」です。
拡張機能のスクリーンショット
Eggy's Gudetama WallPaper拡張機能のCRXファイルをダウンロード
Eggy's Gudetama WallPaper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of the default browser look? Well this is the browser extension for you ! This gives your google chrome Home page, and all google searches, a amazing and cute Gudetama background. Newest Update ! - The new current version 3.00 provides backgrounds for not only google.com, but for all websites ! - With Brand New bug fixes ! - unreadable search issue Fixed ! (Now with a cleaner and better looking background which supports both Light and Dark Mode for chrome !) 😀
拡張機能の基本情報
名前 | Eggy's Gudetama WallPaper |
ID | eggckkmonlfkgeembckobkekhleoifhi |
公式URL | https://chromewebstore.google.com/detail/eggys-gudetama-wallpaper/eggckkmonlfkgeembckobkekhleoifhi |
説明 | Get a cute 🍳 wallpaper |
ファイルサイズ | 1 MB |
インストール数 | 327 |
現在のバージョン | 3.0 |
最終更新日 | 2022-05-18 |
公開日 | 2022-05-04 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | Isaiah |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Eggy's Gudetama WallPaper", "description": "Get a cute \ud83c\udf73 wallpaper", "version": "3.0", "icons": { "16": "\/images\/icon_16.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" }, "page_action": { "default_icon": { "16": "\/images\/icon_16.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "main.css" ] } ] } |