omgPETS!
omgPETS!
什麼是omgPETS!?
omgPETS!是由http://pluspets.com開發的Chrome擴展程式,該擴展的主要功能是“omgPETS!”。
擴展截圖
下載omgPETS!擴展crx文件
下載omgPETS!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | ldbbjhfdoebcklbjfijihdlnpkplohaa |
官方網址 | 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 } } } |