Check It Out(Beta)

tests dankness of songs

Check It Out(Beta)คืออะไร?

Check It Out(Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย auryanratliff และคุณลักษณะหลักของมันคือ "tests dankness of songs"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Check It Out(Beta)

ดาวน์โหลดไฟล์ส่วนขยาย Check It Out(Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        !!!!!!!!!!!THIS APP IS CURRENTLY IN BETA AND HAS MANY ISSUES!!!!!!!!!!!!!!!!!!


Check it out is a plug-in for Soundcloud that marks the best songs on your stream so you can skip the clutter and get to the best music. If you have any problems leave them in the comments.
 
COLOR RATING SYSTEM:
yellow = good
Green = Better
Red = Best 
 

Upcoming features:
- login to get a personalized song ratings
- remove bad songs
- more themes 
- custom colors                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Check It Out(Beta) Check It Out(Beta)
ID gipacegobniobecjhicebalppagclfgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl
คำอธิบาย tests dankness of songs
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-10-07
วันที่เผยแพร่ 2014-10-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา auryanratliff
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check It Out(Beta)",
    "description": "tests dankness of songs",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/soundcloud.com\/*",
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "soundcloudsdk.js",
                "myscript.js",
                "soundcloud.player.api.js"
            ],
            "css": [
                "mystyles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}