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…
Wat is Puppy Tab?
Puppy Tab is een Chrome-extensie ontwikkeld door Jad, en de belangrijkste functie 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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Puppy Tab
Download Puppy Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ajdhibnfbodboedckdpfmeelbdolboap |
| Officiële URL | https://chromewebstore.google.com/detail/puppy-tab/ajdhibnfbodboedckdpfmeelbdolboap |
| Beschrijving | All dogs are puppies!! Open a new tab and choose from a variety of dog and puppy live streams. From puppies to senior dog… |
| Bestandsgrootte | 450 KB |
| Aantal Installaties | 466 |
| Huidige Versie | 0.1.17 |
| Laatst Bijgewerkt | 2022-02-14 |
| Publicatiedatum | 2019-04-04 |
| Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | Jad |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |