Kumo
Chrome extension for Kumo
Kumo là gì?
Kumo là một tiện ích mở rộng Chrome được phát triển bởi http://thndr.io, và tính năng chính của nó là "Chrome extension for Kumo".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kumo
Tải xuống các tệp mở rộng Kumo 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
Kumo Chrome Extension for Soundcloud See what your friends are listening to on SoundCloud, and show them what you're listening to, at the exact moment you listen to it. Follow some of your favourite artists like the Pegboard Nerds, Nebbra, Emmit Fenn and more!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oaflhfmgajmifheholhdlliofeklodgk |
URL Chính Thức | https://chrome.google.com/webstore/detail/oaflhfmgajmifheholhdlliofeklodgk |
Mô tả | Chrome extension for Kumo |
Kích Thước Tệp | 437 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2018-03-05 |
Ngày Phát Hành | 2018-03-05 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://thndr.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.getkumo.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kumo", "short_name": "Kumo", "version": "0.1.2", "manifest_version": 2, "description": "Chrome extension for Kumo", "homepage_url": "http:\/\/getkumo.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "content\/overcast.js", "content\/creds.js", "bower_components\/firebase\/firebase.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/soundcloud.com\/*", "storage", "debugger", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "Overcast", "default_popup": "public\/index.html" }, "web_accessible_resources": [ "public\/img\/sc_notification.png" ] } |