GIF Dance Party Extension

A Chrome Extension inspired by http://gifdanceparty.giphy.com/

GIF Dance Party Extensionとは何ですか?

GIF Dance Party ExtensionはJimmy Lyによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension inspired by http://gifdanceparty.giphy.com/」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

GIF Dance Party Extension拡張機能のCRXファイルをダウンロード

GIF Dance Party Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        * Updated 6/2/16 - See the bottom of the description for updates

* Turn even the most intolerable websites into an animated rave *
Fan of Fuzzy Wobble's original dance party? Well, now is your chance to take the party to any website of your choice! Expanding your professional network on LinkedIn can be a chore sometimes, but you will only have a better experience if you further bloat their UI with Katy Perry's Left Shark or an overweight Spiderman getting down to Hotline Bling. Just install the GIF Dance Party Chrome Extension, and click on the disco ball to the right of Chrome's address bar to get the party started!

DISCLAIMER: This extension does not work on the chrome web store, chrome extension settings page, nor a blank new tab page but it should work on any other site. If you then click the disco ball and nothing happens, just try refreshing the page and clicking it again. Should work like a charm afterwards.

* Customize your party *
Although this Chrome Extension already comes with an army of GIF dancers and a bumpin' set of audio loops, you probably have some awesome GIF dancers or songs in mind that we aren't aware of. You can toss those dancers or songs into the bunch when this Chrome Extension is running to make your party even better. Just pop open the ADD DANCER or SELECT SONG menu and paste in the corresponding URL.


* Share your party! *
No party is fun by yourself! We encourage you to record or take screenshots of your GIF Dance Party and send them to your friends! Heck -- you can even encourage them to install the extension as well. If you can't seem to share it enough, then send it over to [email protected] since we'd love to see it too!


* Make the party better *
If you have ideas on how to make the party better, feel free to send your feedback to [email protected]. We also might be updating the Chrome Extension with more GIF dancers and music. If you think that you've found the perfect media for this Chrome Extension, then we might push it out!


P.S. We're open source! (https://github.com/jlyneu/GIF-Dance-Party-Extension)


* Update - 6/2/16
You can now add a custom song from YouTube by providing a normal YouTube url in the 'Add a custom song URL or YouTube link' input field when selecting a song. In order to comply with YouTube's terms of service, the video itself will be displayed next to the other menu buttons.
You can now also add a custom gif dancer by providing a normal Giphy url in the 'Add a custom GIF URL' input field when adding a dancer.
Added the song form http://www.breadfish.co.uk to the song list (BREADFISH).
Added several more gif dancers to the list.

*Update - 12/31/15
Added a new SHAKE button at the bottom of the screen


Created by Jimmy Ly and Tyler Krupicka                    

拡張機能の基本情報

名前 GIF Dance Party Extension GIF Dance Party Extension
ID ihcnbadcckafkjidbccichfdjbahnfnn
公式URL https://chromewebstore.google.com/detail/gif-dance-party-extension/ihcnbadcckafkjidbccichfdjbahnfnn
説明 A Chrome Extension inspired by http://gifdanceparty.giphy.com/
ファイルサイズ 142 KB
インストール数 10,000
現在のバージョン 1.2.3
最終更新日 2018-11-11
公開日 2018-11-10
評価 3.62/5 合計 103 レビュー
開発者 Jimmy Ly
支払い方法 free
拡張機能のウェブサイト https://github.com/jlyneu/GIF-Dance-Party-Extension
プライバシーポリシーページのURL https://jlyneu.github.io/GIF-Dance-Party-Extension/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GIF Dance Party Extension",
    "description": "A Chrome Extension inspired by http:\/\/gifdanceparty.giphy.com\/",
    "version": "1.2.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/css\/animate.css",
                "src\/css\/styles.css"
            ],
            "js": [
                "src\/lib\/jquery.js",
                "src\/lib\/jquery-ui.min.js",
                "src\/lib\/jquery-migrate-1.2.1.js",
                "src\/js\/harlemshake.js",
                "src\/js\/media.js",
                "src\/js\/changelog.js",
                "src\/js\/script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}