Who's Puppy Is It?
We ask a very frank question here... who's puppy is it?
What is Who's Puppy Is It??
Who's Puppy Is It? is a Chrome extension developed by 2Goo Studio, and its main feature is "We ask a very frank question here... who's puppy is it?".
Extension Screenshots
Download Who's Puppy Is It? Extension CRX File
Download Who's Puppy Is It? 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
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!
Extension Basic Information
Name | |
ID | iplbejomnlinobjpnohpheoihiapfkfj |
Official URL | https://chromewebstore.google.com/detail/whos-puppy-is-it/iplbejomnlinobjpnohpheoihiapfkfj |
Description | We ask a very frank question here... who's puppy is it? |
File Size | 4.38 KB |
Installation Count | 13 |
Current Version | 1.0 |
Last Updated | 2016-11-18 |
Publish Date | 2016-11-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | 2Goo Studio |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://2goosite.weebly.com |
Supported Languages | 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" ] } } |