Cats Fan
Get the best cute cats photos right in your homepage with our extension!
Cats Fanとは何ですか?
Cats Fanは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Get the best cute cats photos right in your homepage with our extension!」です。
拡張機能のスクリーンショット
Cats Fan拡張機能のCRXファイルをダウンロード
Cats Fan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For more details: https://cats-fan.com/pages/terms-of-use.html https://cats-fan.com/pages/privacy-policy.html Get the most cute cats photos on a daily basis in your homepage using our extension. By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
拡張機能の基本情報
名前 | Cats Fan |
ID | nkhleengjihjncmbkldpfmoankdkhahg |
公式URL | https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg |
説明 | Get the best cute cats photos right in your homepage with our extension! |
ファイルサイズ | 73.75 KB |
インストール数 | 39,159 |
現在のバージョン | 1.2.3 |
最終更新日 | 2024-02-27 |
公開日 | 2022-06-22 |
評価 | 4.38/5 合計 53 レビュー |
開発者 | [email protected] |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cats-fan.com/ |
ヘルプページのURL | https://cats-fan.com/pages/contact.html |
プライバシーポリシーページのURL | https://cats-fan.com/pages/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "Cats Fan Page" }, "background": { "service_worker": "background.js" }, "description": "Get the best cute cats photos right in your homepage with our extension!", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "Cats Fan", "version": "1.2.3", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.catsfanext.com\/*" ] } |