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.”。

擴展截圖

screenshot

下載Suh Dude擴展crx文件

下載Suh Dude擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Suh Dude! ✌

(has audio)

Will answer all your prayers.                    

擴展基本資訊

名稱 Suh Dude Suh Dude
ID knhmlhlnhdmciiodklobeihobgeefpch
官方網址 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"
    ]
}