SoundCamp

Custom sounds for campfire.

SoundCamp란 무엇입니까?

SoundCamp은(는) Alexander Else에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom sounds for campfire."입니다.

SoundCamp 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adds some custom sounds and images to Campfire chat.

Room occupants who don't have the plugin will see ":soundcamp" labels instead of hearing sounds. It will encourage them to install this extension and join in!                    

확장 프로그램 기본 정보

이름 SoundCamp SoundCamp
ID naialiojomibjjmocagapedkkblhdmok
공식 URL https://chrome.google.com/webstore/detail/soundcamp/naialiojomibjjmocagapedkkblhdmok
설명 Custom sounds for campfire.
파일 크기 4.96 MB
설치 횟수 34
현재 버전 1.38
최근 업데이트 2014-05-08
출시 날짜 2014-05-08
평점 5.00/5 총 1 개의 평점
개발자 Alexander Else
결제 유형 free
확장 프로그램 웹 사이트 http://aelse.github.com/SoundCamp/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoundCamp",
    "version": "1.38",
    "homepage_url": "http:\/\/aelse.github.com\/SoundCamp\/",
    "description": "Custom sounds for campfire.",
    "icons": {
        "128": "images\/sc_logo_128.png",
        "48": "images\/sc_logo_48.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "*:\/\/*.campfirenow.com\/room\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.campfirenow.com\/room\/*"
            ],
            "css": [
                "soundcamp.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "sound.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "sound.js",
        "images\/music.png",
        "images\/arnie.png",
        "images\/bender_kill.png",
        "images\/boomstick.png",
        "images\/bug.png",
        "images\/buzz_lightyear.png",
        "images\/charlie-sheen-crazy-eyes.png",
        "images\/chuck_norris.png",
        "images\/clay_davis.png",
        "images\/crazy_goat.png",
        "images\/crown.png",
        "images\/dalek.png",
        "images\/dead_bug.png",
        "images\/espresso.png",
        "images\/facepalm.png",
        "images\/GimmeDaCash.gif",
        "images\/grenade.png",
        "images\/hypnotoad.gif",
        "images\/larry_david.jpg",
        "images\/McHammer.gif",
        "images\/mr_slave.png",
        "images\/NiceHat.gif",
        "images\/no_cat.png",
        "images\/ricky.png",
        "images\/sad_panda.png",
        "images\/sc_logo_128.png",
        "images\/sc_logo_48.png",
        "images\/scream.png",
        "images\/scrubs.png",
        "images\/speaker_128.png",
        "images\/speaker.png",
        "images\/star_wars_its_a_trap.png",
        "images\/steve_ballmer.png",
        "images\/tardis.png",
        "images\/the_blue_oyster.jpg",
        "images\/terminator.gif",
        "images\/timmy.png",
        "images\/verbal_morality.png",
        "sounds\/1-2-5.ogg",
        "sounds\/33245__ljudman__grenade.ogg",
        "sounds\/aint_nobody_got_time.ogg",
        "sounds\/alive.ogg",
        "sounds\/alrighty_then.ogg",
        "sounds\/aod-boomstick.ogg",
        "sounds\/aod-groovy.ogg",
        "sounds\/aod-hailking.ogg",
        "sounds\/aod-jack.ogg",
        "sounds\/arnie_you_lack_discipline.ogg",
        "sounds\/bender_kill_humans.ogg",
        "sounds\/bi_winning.ogg",
        "sounds\/blue_oyster_bar.ogg",
        "sounds\/boohiss.ogg",
        "sounds\/breakitdown.ogg",
        "sounds\/chl-communicate.ogg",
        "sounds\/chuck_norris-youre_right.ogg",
        "sounds\/crazy_goat.ogg",
        "sounds\/dalek-exterminate.ogg",
        "sounds\/DontForgetToBringATowl.ogg",
        "sounds\/dr_cox-youre_wrong.ogg",
        "sounds\/espresso.ogg",
        "sounds\/final.ogg",
        "sounds\/gimmiecash.ogg",
        "sounds\/good_bug_dead_bug.ogg",
        "sounds\/hammer_time.ogg",
        "sounds\/HeChosePoorly.ogg",
        "sounds\/HoldOnToYourButts.ogg",
        "sounds\/hypnotoad.ogg",
        "sounds\/idiotmbl.ogg",
        "sounds\/jesus_christ.ogg",
        "sounds\/Jackpot.ogg",
        "sounds\/larry_david-no_i_dont_think_so.ogg",
        "sounds\/leeroy_jenkins.ogg",
        "sounds\/llgrump.ogg",
        "sounds\/NeedAssistance.ogg",
        "sounds\/nicehat.ogg",
        "sounds\/no_cat.ogg",
        "sounds\/one_speed.ogg",
        "sounds\/ricky-catch_a_boat.ogg",
        "sounds\/sad.ogg",
        "sounds\/sad_panda.ogg",
        "sounds\/ScrewYouGuys.ogg",
        "sounds\/sheeeit.ogg",
        "sounds\/steve_ballmer-developers.ogg",
        "sounds\/steve_ballmer-ladies_and_gentleman.ogg",
        "sounds\/tardis.ogg",
        "sounds\/terminator.ogg",
        "sounds\/timmy_hoaah.ogg",
        "sounds\/timmy_livinalie.ogg",
        "sounds\/timmy.ogg",
        "sounds\/ThoughtThisWasAmerica.ogg",
        "sounds\/to_inf.ogg",
        "sounds\/verbal_morality.ogg",
        "sounds\/we_have_a_bug.ogg",
        "sounds\/what_a_mess.ogg",
        "sounds\/winning.ogg",
        "sounds\/YouAreTheBest.ogg"
    ]
}