Who's Puppy Is It?

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

Apa itu Who's Puppy Is It??

Who's Puppy Is It? adalah ekstensi Chrome yang dikembangkan oleh 2Goo Studio, dan fitur utamanya adalah "We ask a very frank question here... who's puppy is it?".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Who's Puppy Is It?

Unduh file ekstensi Who's Puppy Is It? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Who's Puppy Is It? Who's Puppy Is It?
ID iplbejomnlinobjpnohpheoihiapfkfj
URL Resmi https://chromewebstore.google.com/detail/whos-puppy-is-it/iplbejomnlinobjpnohpheoihiapfkfj
Deskripsi We ask a very frank question here... who's puppy is it?
Ukuran File 4.38 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-11-18
Tanggal Publikasi 2016-11-17
Penilaian 3.00/5 Total 2 Penilaian
Pengembang 2Goo Studio
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://2goosite.weebly.com
Bahasa yang Didukung 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"
        ]
    }
}