scam
SoundCloud Account Manager: Quickly switch between multiple SoundCloud accounts.
scam là gì?
scam là một tiện ích mở rộng Chrome được phát triển bởi reid, và tính năng chính của nó là "SoundCloud Account Manager: Quickly switch between multiple SoundCloud accounts.".
Ả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 scam
Tải xuống các tệp mở rộng scam 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
scam (the soundcloud account manager) is a simple account switching extension for SoundCloud. new accounts are added whenever you log in, and you can easily switch between them in the username dropdown to the right of the "upload" button. special thanks to jammy for his contributions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | scam |
ID | pjjmnjpdamiodphjhekmbdgnbegndmkc |
URL Chính Thức | https://chromewebstore.google.com/detail/scam/pjjmnjpdamiodphjhekmbdgnbegndmkc |
Mô tả | SoundCloud Account Manager: Quickly switch between multiple SoundCloud accounts. |
Kích Thước Tệp | 59.49 KB |
Số Lần Cài Đặt | 2,120 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2022-06-09 |
Ngày Phát Hành | 2020-04-24 |
Đánh Giá | 4.88/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | reid |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sad/scam |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "scam", "version": "1.3.1", "manifest_version": 2, "description": "SoundCloud Account Manager: Quickly switch between multiple SoundCloud accounts.", "homepage_url": "https:\/\/github.com\/nihilist\/scam", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "240": "icons\/icon240.png" }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "src\/switcher.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/secure.soundcloud.com\/*" ], "js": [ "src\/login.js" ], "all_frames": true, "run_at": "document_start" } ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "permissions": [ "cookies", "https:\/\/soundcloud.com\/*", "https:\/\/api-auth.soundcloud.com\/*", "https:\/\/secure.soundcloud.com\/*" ] } |