Pets Tab
Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.
什么是Pets Tab?
Pets Tab是由samihahislam开发的Chrome扩展程序,该扩展的主要功能是“Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.”。
下载Pets Tab扩展crx文件
下载Pets Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Choose from cats, dogs, and birds.
扩展基本信息
名称 | ![]() |
ID | ifiofphfbiclilokmlclkhkgiaipcndj |
官方URL | https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj |
简介 | Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work. |
文件大小 | 144 KB |
安装次数 | 14 |
当前版本 | 1.1.6 |
更新时间 | 2018-04-17 |
上架时间 | 2018-04-17 |
评分 | 5.00/5 共1次评分 |
开发者 | samihahislam |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.6", "name": "Pets Tab", "description": "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "https:\/\/www.instagram.com\/*", "tabs", "activeTab" ], "background": { "scripts": [ "js\/instagramclient.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/www.instagram.com\/; object-src 'self'" } |