Button by MightySignal

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

Apa itu Button by MightySignal?

Button by MightySignal adalah ekstensi Chrome yang dikembangkan oleh https://mightysignal.com, dan fitur utamanya adalah "Get to an app's MightySignal page in just 1 click!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Button by MightySignal

Unduh file ekstensi Button by MightySignal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Button by MightySignal Button by MightySignal
ID nponojnbpofjpgnddkfpkdjkcmlglbch
URL Resmi https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch
Deskripsi Get to an app's MightySignal page in just 1 click!
Ukuran File 76.18 KB
Jumlah Instalasi 40
Versi Saat Ini 1.46
Terakhir Diperbarui 2019-07-13
Tanggal Publikasi 2019-07-12
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://mightysignal.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mightysignal.com
URL Halaman Bantuan https://support.mightysignal.com/
Bahasa yang Didukung 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"
    }
}