Puppy Tab
All dogs are puppies!! Open a new tab and choose from a variety of dog and puppy live streams. From puppies to senior dog…
什么是Puppy Tab?
Puppy Tab是由Jad开发的Chrome扩展程序,该扩展的主要功能是“All dogs are puppies!! Open a new tab and choose from a variety of dog and puppy live streams. From puppies to senior dog…”。
扩展截图
下载Puppy Tab扩展crx文件
下载Puppy Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
All dogs are puppies!! Open a new tab and choose from a variety of dog and puppy live streams. From puppies to senior dog sanctuaries.
扩展基本信息
名称 | Puppy Tab |
ID | ajdhibnfbodboedckdpfmeelbdolboap |
官方URL | https://chromewebstore.google.com/detail/puppy-tab/ajdhibnfbodboedckdpfmeelbdolboap |
简介 | All dogs are puppies!! Open a new tab and choose from a variety of dog and puppy live streams. From puppies to senior dog… |
文件大小 | 450 KB |
安装次数 | 466 |
当前版本 | 0.1.17 |
更新时间 | 2022-02-14 |
上架时间 | 2019-04-04 |
评分 | 5.00/5 共14次评分 |
开发者 | Jad |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Puppy Tab", "short_name": "Puppy Tab", "version": "0.1.17", "manifest_version": 2, "browser_action": { "default_title": "Puppy Tab", "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "newpage.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |