VibeMe

Listen to the hottest music on the web from the best dj's directly from VibeFM

VibeMe là gì?

VibeMe là một tiện ích mở rộng Chrome được phát triển bởi Ryan Harkins, và tính năng chính của nó là "Listen to the hottest music on the web from the best dj's directly from VibeFM".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VibeMe

Tải xuống các tệp mở rộng VibeMe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Listen to the hottest music on the web from the best dj's directly from VibeFM                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VibeMe VibeMe
ID halokfeahmcibckajfgcocpekldfipkf
URL Chính Thức https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf
Mô tả Listen to the hottest music on the web from the best dj's directly from VibeFM
Kích Thước Tệp 892 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.15
Cập Nhật Lần Cuối 2012-09-20
Ngày Phát Hành 2012-09-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ryan Harkins
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VibeMe",
    "version": "1.15",
    "description": "Listen to the hottest music on the web from the best dj's directly from VibeFM",
    "icons": {
        "128": "resources\/images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/images\/icon.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "background",
        "http:\/\/*.dropbox.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}