Awesome Cat Stuff

Awesome Cat Stuff is a Chrome Extension for the New Tab

Awesome Cat Stuff란 무엇입니까?

Awesome Cat Stuff은(는) mystiquetab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Awesome Cat Stuff is a Chrome Extension for the New Tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Awesome Cat Stuff 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Cat lovers pay attention.! This one is for you! 😻
Awesome Cat Stuff is a brand new extension made for cat enthusiasts by cat lovers.

When you are looking for a way to spice up your browser with some feline friends, then look no further!

We have created the Awesome Cat Stuff browser extension to provide you with your daily doses of fluffy cuteness. With over 40 unique backgrounds of cats from Main Coone, European Shorthair, Ragdolls, Persians, Bengals and British Shorthair we are sure your favorite cat race will be there.  

This lightweight extension will make surfing the web more enjoyable!
We have kept the functionality to a minimum and don't like to complicate things. We just want you to enjoy cats! 

What you will get when you install this extension:

🐾 Local date and time
🐾 Quick search functionality powered by Microsoft Bing
🐾 Shortcuts to YouTube, Facebook, Amazon and Google Mail.

We value your privacy and can assure you that we are not collecting any personal data.
You can find the links to our privacy policy and terms of service below.

About us: https://awesomecatstuff.com/about
Privacy Policy: https://awesomecatstuff.com/privacy/
T&C's: https://awesomecatstuff.com/terms/
Contact us: https://awesomecatstuff.com/contacts/

If you are missing a specific race of cats? Let us know and we will make sure to include it in our next update! 

Thanks for installing and we hope you enjoy this cat extension as much as we loved building it!                    

확장 프로그램 기본 정보

이름 Awesome Cat Stuff Awesome Cat Stuff
ID nllfahodapggfaehjnfngpijfcldagbb
공식 URL https://chromewebstore.google.com/detail/awesome-cat-stuff/nllfahodapggfaehjnfngpijfcldagbb
설명 Awesome Cat Stuff is a Chrome Extension for the New Tab
파일 크기 5.75 MB
설치 횟수 114
현재 버전 1.1.0
최근 업데이트 2022-11-18
출시 날짜 2022-09-29
개발자 mystiquetab
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://awesomecatstuff.com/
도움말 페이지 URL https://awesomecatstuff.com/contacts/
개인정보 보호 정책 페이지 URL https://mystiquesearch.com/terms.html
지원되는 언어 de,en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.1.0",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "action": [],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "storage"
    ]
}