Button by MightySignal

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

Wat is Button by MightySignal?

Button by MightySignal is een Chrome-extensie ontwikkeld door https://mightysignal.com, en de belangrijkste functie is "Get to an app's MightySignal page in just 1 click!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Button by MightySignal

Download Button by MightySignal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Button by MightySignal Button by MightySignal
ID nponojnbpofjpgnddkfpkdjkcmlglbch
Officiële URL https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch
Beschrijving Get to an app's MightySignal page in just 1 click!
Bestandsgrootte 76.18 KB
Aantal Installaties 40
Huidige Versie 1.46
Laatst Bijgewerkt 2019-07-13
Publicatiedatum 2019-07-12
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://mightysignal.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mightysignal.com
Help Pagina-URL https://support.mightysignal.com/
Ondersteunde Talen 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"
    }
}