Yeah Buddy!

Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!

Yeah Buddy!とは何ですか?

Yeah Buddy!はbenwillkommenによって開発されたChromeの拡張機能で、その主な機能は「Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!」です。

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

screenshot

Yeah Buddy!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension adds some missing functionality to fitocracy.com, namely, rep PR support.                    

拡張機能の基本情報

名前 Yeah Buddy! Yeah Buddy!
ID bidlgfplffkfjdnjjkjkajcefadedadl
公式URL https://chromewebstore.google.com/detail/yeah-buddy/bidlgfplffkfjdnjjkjkajcefadedadl
説明 Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!
ファイルサイズ 129 KB
インストール数 30
現在のバージョン 1.1.1
最終更新日 2014-06-08
公開日 2014-06-08
評価 4.90/5 合計 10 レビュー
開発者 benwillkommen
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yeah Buddy!",
    "description": "Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!",
    "version": "1.1.1",
    "permissions": [
        "https:\/\/www.fitocracy.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.fitocracy.com\/*"
            ],
            "css": [
                "src\/css\/main.css"
            ],
            "js": [
                "lib\/jquery-1.11.0.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/knockout-min.js",
                "lib\/FileSaver.js",
                "src\/js\/yeahBuddyDataExportViewModel.js",
                "src\/js\/yeahBuddyRepPRViewModel.js",
                "src\/js\/yeahBuddyActivitiesViewModel.js",
                "src\/js\/yeahBuddyViewModel.js",
                "src\/js\/bootstrapper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/html\/*"
    ]
}