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…
What is Puppy Tab?
Puppy Tab is a Chrome extension developed by Jad, and its main feature is "All dogs are puppies!! Open a new tab and choose from a variety of dog and puppy live streams. From puppies to senior dog…".
Extension Screenshots
Download Puppy Tab Extension CRX File
Download Puppy Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Puppy Tab |
ID | ajdhibnfbodboedckdpfmeelbdolboap |
Official URL | https://chromewebstore.google.com/detail/puppy-tab/ajdhibnfbodboedckdpfmeelbdolboap |
Description | All dogs are puppies!! Open a new tab and choose from a variety of dog and puppy live streams. From puppies to senior dog… |
File Size | 450 KB |
Installation Count | 466 |
Current Version | 0.1.17 |
Last Updated | 2022-02-14 |
Publish Date | 2019-04-04 |
Rating | 5.00/5 Total 14 Ratings |
Developer | Jad |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |