Suh Dude
Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience.
Suh Dudeとは何ですか?
Suh DudeはBuenAppsによって開発されたChromeの拡張機能で、その主な機能は「Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience.」です。
拡張機能のスクリーンショット
Suh Dude拡張機能のCRXファイルをダウンロード
Suh Dude拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Suh Dude! ✌
(has audio)
Will answer all your prayers. 拡張機能の基本情報
| 名前 | |
| ID | knhmlhlnhdmciiodklobeihobgeefpch |
| 公式URL | https://chromewebstore.google.com/detail/suh-dude/knhmlhlnhdmciiodklobeihobgeefpch |
| 説明 | Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience. |
| ファイルサイズ | 323 KB |
| インストール数 | 94 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2016-02-13 |
| 公開日 | 2016-02-13 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | BuenApps |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Suh Dude",
"description": "Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience.",
"author": "Fabian Buentello",
"short_name": "Suh Dude",
"version": "1.1.1",
"icons": {
"128": "icon_128.png"
},
"background": {
"persistent": false,
"scripts": [
"SuhDude.js"
]
},
"browser_action": {
"default_icon": "icon_128.png"
},
"web_accessible_resources": [
"audio\/sahDude_0.mp3",
"audio\/sahDude_1.mp3",
"audio\/sahDude_2.mp3",
"audio\/sahDude_3.mp3",
"audio\/sahDude_4.mp3",
"audio\/sahDude_5.mp3",
"audio\/sahDude_6.mp3",
"audio\/sahDude_7.mp3",
"audio\/sahDude_8.mp3"
],
"permissions": [
"activeTab"
]
} | |