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 |
官方網址 | 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] |
電子郵箱 | [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\/*" ] } |