Mixtape Highlighter for Soundcloud ☁️

Highlight Sounds Longer than 20min in Your Soundcloud Feed

Qu'est-ce que Mixtape Highlighter for Soundcloud ☁️ ?

Mixtape Highlighter for Soundcloud ☁️ est une extension Chrome développée par https://mattias.lol, et sa fonction principale est "Highlight Sounds Longer than 20min in Your Soundcloud Feed".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mixtape Highlighter for Soundcloud ☁️

Téléchargez les fichiers d'extension Mixtape Highlighter for Soundcloud ☁️ 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

                                            

Informations de Base sur l'Extension

Nom Mixtape Highlighter for Soundcloud ☁️ Mixtape Highlighter for Soundcloud ☁️
ID pddaifpblijaclmimpipblpopmljlpjm
URL Officiel https://chromewebstore.google.com/detail/mixtape-highlighter-for-s/pddaifpblijaclmimpipblpopmljlpjm
Description Highlight Sounds Longer than 20min in Your Soundcloud Feed
Taille du Fichier 11.42 KB
Nombre d'Installations 85
Version Actuelle 1.3.0
Dernière Mise à Jour 2017-09-23
Date de Publication 2017-09-23
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://mattias.lol
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mixtape Highlighter for Soundcloud \u2601\ufe0f",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Highlight Sounds Longer than 20min in Your Soundcloud Feed",
    "homepage_url": "http:\/\/mattias.lol",
    "author": "Mattias Hemmingsson",
    "short_name": "Mixtape Highlighter",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/soundcloud.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "css": [
                "inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "inject\/sentinel.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "inject\/mixtapeChecker.js"
            ]
        }
    ]
}