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 |
Eメール | [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" ] } } |