Button by MightySignal

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

Co to jest Button by MightySignal?

Button by MightySignal to rozszerzenie Chrome opracowane przez https://mightysignal.com, a jego główną funkcją jest „Get to an app's MightySignal page in just 1 click!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Button by MightySignal

Pobierz pliki rozszerzeń Button by MightySignal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Button by MightySignal Button by MightySignal
ID nponojnbpofjpgnddkfpkdjkcmlglbch
Oficjalny URL https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch
Opis Get to an app's MightySignal page in just 1 click!
Rozmiar pliku 76.18 KB
Liczba instalacji 40
Aktualna Wersja 1.46
Ostatnia Aktualizacja 2019-07-13
Data Publikacji 2019-07-12
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://mightysignal.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mightysignal.com
Adres URL Strony Pomocy https://support.mightysignal.com/
Obsługiwane Języki 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"
    }
}