My Dog speaks fluent insults
Insult dog
My Dog speaks fluent insultsとは何ですか?
My Dog speaks fluent insultsはjabbawokizによって開発されたChromeの拡張機能で、その主な機能は「Insult dog」です。
拡張機能のスクリーンショット
My Dog speaks fluent insults拡張機能のCRXファイルをダウンロード
My Dog speaks fluent insults拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This funny Extension shows everything your dog ever wants to talk about you.
拡張機能の基本情報
名前 | |
ID | conjgflpbpcjmalmoohjdgdnngaihhjb |
公式URL | https://chrome.google.com/webstore/detail/my-dog-speaks-fluent-insu/conjgflpbpcjmalmoohjdgdnngaihhjb |
説明 | Insult dog |
ファイルサイズ | 24.09 MB |
インストール数 | 30 |
現在のバージョン | 1 |
最終更新日 | 2018-05-21 |
公開日 | 2018-05-21 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | jabbawokiz |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Dog speaks fluent insults", "description": "Insult dog", "version": "1", "author": "Anupam Mahapatra", "browser_action": { "default_icon": "ico.png", "default_title": "Dogra", "default_popup": "index.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab", "tabs", "storage" ], "icons": { "16": "ico.png", "48": "ico.png", "128": "ico.png" } } |