Yeah Buddy!

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

Yeah Buddy!คืออะไร?

Yeah Buddy! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benwillkommen และคุณลักษณะหลักของมันคือ "Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yeah Buddy!

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}