Who's Puppy Is It?
We ask a very frank question here... who's puppy is it?
什么是Who's Puppy Is It??
Who's Puppy Is It?是由2Goo Studio开发的Chrome扩展程序,该扩展的主要功能是“We ask a very frank question here... who's puppy is it?”。
扩展截图
下载Who's Puppy Is It?扩展crx文件
下载Who's Puppy Is It?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | iplbejomnlinobjpnohpheoihiapfkfj |
官方URL | https://chromewebstore.google.com/detail/whos-puppy-is-it/iplbejomnlinobjpnohpheoihiapfkfj |
简介 | We ask a very frank question here... who's puppy is it? |
文件大小 | 4.38 KB |
安装次数 | 13 |
当前版本 | 1.0 |
更新时间 | 2016-11-18 |
上架时间 | 2016-11-17 |
评分 | 3.00/5 共2次评分 |
开发者 | 2Goo Studio |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://2goosite.weebly.com |
支持的语言 | 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" ] } } |