omgPETS!

omgPETS!

omgPETS! là gì?

omgPETS! là một tiện ích mở rộng Chrome được phát triển bởi http://pluspets.com, và tính năng chính của nó là "omgPETS!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng omgPETS!

Tải xuống các tệp mở rộng omgPETS! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên omgPETS! omgPETS!
ID ldbbjhfdoebcklbjfijihdlnpkplohaa
URL Chính Thức https://chrome.google.com/webstore/detail/omgpets/ldbbjhfdoebcklbjfijihdlnpkplohaa
Mô tả omgPETS!
Kích Thước Tệp 5.94 MB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2018-12-11
Ngày Phát Hành 2018-12-11
Nhà Phát Triển http://pluspets.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://pluspets.com/
URL Trang Trợ Giúp http://pluspets.com/
URL Trang Chính Sách Bảo Mật https://newlifeoutlook.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    }
}