Who's Puppy Is It?

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

Cos'è Who's Puppy Is It??

Who's Puppy Is It? è un'estensione di Chrome sviluppata da 2Goo Studio, e la sua funzione principale è "We ask a very frank question here... who's puppy is it?".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Who's Puppy Is It?

Scarica i file di estensione Who's Puppy Is It? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Who's Puppy Is It? Who's Puppy Is It?
ID iplbejomnlinobjpnohpheoihiapfkfj
URL Ufficiale https://chromewebstore.google.com/detail/whos-puppy-is-it/iplbejomnlinobjpnohpheoihiapfkfj
Descrizione We ask a very frank question here... who's puppy is it?
Dimensione del File 4.38 KB
Conteggio Installazioni 13
Versione Corrente 1.0
Ultimo Aggiornamento 2016-11-18
Data di Pubblicazione 2016-11-17
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore 2Goo Studio
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://2goosite.weebly.com
Lingue Supportate 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"
        ]
    }
}