omgPETS!

omgPETS!

omgPETS!란 무엇입니까?

omgPETS!은(는) http://pluspets.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "omgPETS!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

omgPETS! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you ready to enjoy adorable furry friends in every new tab? Get ready for our heart-melting gallery of fluffy pets, react to your favorite images with our love-filled emojis, and even submit photos of your own!

It’s your browser, only better. In addition to loveable pet photos you’ll also have access to informative articles about how to be the best pet-parent possible, and be able to stay up-to-date on all the adorable photos we share via Instagram. All of this is possible while still allowing you to browse the web as you usually do.

The only decision you have to make is: are you a cat person, or a dog person? We won’t judge if you love them both. 

Install now and squee with us over the most adorable pets on the web!                    

확장 프로그램 기본 정보

이름 omgPETS! omgPETS!
ID ldbbjhfdoebcklbjfijihdlnpkplohaa
공식 URL https://chrome.google.com/webstore/detail/omgpets/ldbbjhfdoebcklbjfijihdlnpkplohaa
설명 omgPETS!
파일 크기 5.94 MB
설치 횟수 78
현재 버전 1.5.2
최근 업데이트 2018-12-11
출시 날짜 2018-12-11
개발자 http://pluspets.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://pluspets.com/
도움말 페이지 URL http://pluspets.com/
개인정보 보호 정책 페이지 URL https://newlifeoutlook.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.5.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/perkcanada.com; object-src 'self'",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "__MSG_appName__"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pluspets.com\/*"
            ],
            "js": [
                "js\/vendor-content.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "installed.html",
        "newtab.html"
    ],
    "permissions": [
        "cookies",
        "activeTab",
        "storage",
        "*:\/\/pluspets.com\/"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Yahoo! Search",
            "keyword": "Yahoo Search",
            "favicon_url": "http:\/\/pluspets.com\/ext\/favicon.ico",
            "search_url": "http:\/\/pluspets.com\/ext\/search\/?searchTerms={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}