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 |
官方網址 | 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" ] } } |