Who's Puppy Is It?

We ask a very frank question here... who's puppy is it?

Wat is Who's Puppy Is It??

Who's Puppy Is It? is een Chrome-extensie ontwikkeld door 2Goo Studio, en de belangrijkste functie is "We ask a very frank question here... who's puppy is it?".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Who's Puppy Is It?

Download Who's Puppy Is It?-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

                        Ever felt like you absolutely needed to know who's puppy it? Well, now you know! Instantly bring back memories, start a trend, prank your friends, or get everyone singing "Whoes Puppy Is It?".

Version 1.0

2Goo Studio (We changed from Development Company)

Don't forget to write a good review!

Bugs? Feature Requests? Email [email protected]

More 2Goo Extensions: http://bit.ly/1TKGFyu

Go East!                    

Basisinformatie over de Extensie

Naam Who's Puppy Is It? Who's Puppy Is It?
ID iplbejomnlinobjpnohpheoihiapfkfj
Officiële URL https://chromewebstore.google.com/detail/whos-puppy-is-it/iplbejomnlinobjpnohpheoihiapfkfj
Beschrijving We ask a very frank question here... who's puppy is it?
Bestandsgrootte 4.38 KB
Aantal Installaties 13
Huidige Versie 1.0
Laatst Bijgewerkt 2016-11-18
Publicatiedatum 2016-11-17
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar 2Goo Studio
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://2goosite.weebly.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Who's Puppy Is It?",
    "description": "We ask a very frank question here... who's puppy is it?",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.jpg",
        "default_popup": "popup.html",
        "default_title": "Who's Puppy Is It?"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}