Button by MightySignal

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

Was ist Button by MightySignal?

Button by MightySignal ist eine Chrome-Erweiterung, die von https://mightysignal.com entwickelt wurde, und ihr Hauptmerkmal ist "Get to an app's MightySignal page in just 1 click!".

Erweiterungsscreenshots

screenshot
screenshot

Button by MightySignal-Erweiterungs-CRX-Datei herunterladen

Laden Sie Button by MightySignal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Button by MightySignal Button by MightySignal
ID nponojnbpofjpgnddkfpkdjkcmlglbch
Offizielle URL https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch
Beschreibung Get to an app's MightySignal page in just 1 click!
Dateigröße 76.18 KB
Installationsanzahl 40
Aktuelle Version 1.46
Letztes Update 2019-07-13
Veröffentlichungsdatum 2019-07-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://mightysignal.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mightysignal.com
Hilfeseite URL https://support.mightysignal.com/
Unterstützte Sprachen 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"
    }
}