Button by MightySignal

Get to an app's MightySignal page in just 1 click!

Qu'est-ce que Button by MightySignal ?

Button by MightySignal est une extension Chrome développée par https://mightysignal.com, et sa fonction principale est "Get to an app's MightySignal page in just 1 click!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Button by MightySignal

Téléchargez les fichiers d'extension Button by MightySignal 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

                        What Button does is inject a View on MightySignal button into the App Store and Google Play DOMs — which essentially means that you have an additional View on MightySignal button any time you visit an app on the App Store or Google Play. Now, to get to the MightySignal app page, all you have to do is click the button. That's it — no more extra clicks and searches.                    

Informations de Base sur l'Extension

Nom Button by MightySignal Button by MightySignal
ID nponojnbpofjpgnddkfpkdjkcmlglbch
URL Officiel https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch
Description Get to an app's MightySignal page in just 1 click!
Taille du Fichier 76.18 KB
Nombre d'Installations 40
Version Actuelle 1.46
Dernière Mise à Jour 2019-07-13
Date de Publication 2019-07-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://mightysignal.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mightysignal.com
URL de la Page d'Aide https://support.mightysignal.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Button by MightySignal",
    "short_name": "Button",
    "description": "Get to an app's MightySignal page in just 1 click!",
    "version": "1.46",
    "content_scripts": [
        {
            "css": [
                "styles.css",
                "hover-min.css"
            ],
            "matches": [
                "https:\/\/apps.apple.com\/*\/app\/*",
                "https:\/\/apps.apple.com\/app\/*",
                "https:\/\/apps.apple.com\/*\/viewSoftware*",
                "https:\/\/play.google.com\/store\/apps\/*"
            ],
            "js": [
                "ewok.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "MightySignal.png"
    ],
    "icons": {
        "16": "ms16.png",
        "48": "ms48.png",
        "128": "ms128.png"
    }
}