scam

SoundCloud Account Manager: Quickly switch between multiple SoundCloud accounts.

Qu'est-ce que scam ?

scam est une extension Chrome développée par reid, et sa fonction principale est "SoundCloud Account Manager: Quickly switch between multiple SoundCloud accounts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension scam

Téléchargez les fichiers d'extension scam au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom scam scam
ID pjjmnjpdamiodphjhekmbdgnbegndmkc
URL Officiel https://chromewebstore.google.com/detail/scam/pjjmnjpdamiodphjhekmbdgnbegndmkc
Description SoundCloud Account Manager: Quickly switch between multiple SoundCloud accounts.
Taille du Fichier 59.49 KB
Nombre d'Installations 2,120
Version Actuelle 1.3.1
Dernière Mise à Jour 2022-06-09
Date de Publication 2020-04-24
Évaluation 4.88/5 Total 24 Évaluations
Développeur reid
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sad/scam
Langues Prises en Charge 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\/*"
    ]
}