Yeah Buddy!
Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!
What is Yeah Buddy!?
Yeah Buddy! is a Chrome extension developed by benwillkommen, and its main feature is "Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!".
Extension Screenshots
Download Yeah Buddy! Extension CRX File
Download Yeah Buddy! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension adds some missing functionality to fitocracy.com, namely, rep PR support.
Extension Basic Information
Name | Yeah Buddy! |
ID | bidlgfplffkfjdnjjkjkajcefadedadl |
Official URL | https://chromewebstore.google.com/detail/yeah-buddy/bidlgfplffkfjdnjjkjkajcefadedadl |
Description | Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features! |
File Size | 129 KB |
Installation Count | 30 |
Current Version | 1.1.1 |
Last Updated | 2014-06-08 |
Publish Date | 2014-06-08 |
Rating | 4.90/5 Total 10 Ratings |
Developer | benwillkommen |
Payment Type | free |
Supported Languages | 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\/*" ] } |