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