Button by MightySignal

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

What is Button by MightySignal?

Button by MightySignal is a Chrome extension developed by https://mightysignal.com, and its main feature is "Get to an app's MightySignal page in just 1 click!".

Extension Screenshots

screenshot
screenshot

Download Button by MightySignal Extension CRX File

Download Button by MightySignal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Button by MightySignal Button by MightySignal
ID nponojnbpofjpgnddkfpkdjkcmlglbch
Official URL https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch
Description Get to an app's MightySignal page in just 1 click!
File Size 76.18 KB
Installation Count 40
Current Version 1.46
Last Updated 2019-07-13
Publish Date 2019-07-12
Rating 5.00/5 Total 3 Ratings
Developer https://mightysignal.com
Email [email protected]
Payment Type free
Extension Website https://mightysignal.com
Help Page URL https://support.mightysignal.com/
Supported Languages 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"
    }
}