Button by MightySignal

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

什麼是Button by MightySignal?

Button by MightySignal是由https://mightysignal.com開發的Chrome擴展程式,該擴展的主要功能是“Get to an app's MightySignal page in just 1 click!”。

擴展截圖

screenshot
screenshot

下載Button by MightySignal擴展crx文件

下載Button by MightySignal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Button by MightySignal Button by MightySignal
ID nponojnbpofjpgnddkfpkdjkcmlglbch
官方網址 https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch
簡介 Get to an app's MightySignal page in just 1 click!
檔案大小 76.18 KB
安裝次數 40
目前版本 1.46
更新時間 2019-07-13
上架時間 2019-07-12
評分 5.00/5 共 3 次評分
開發者 https://mightysignal.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mightysignal.com
說明頁面URL https://support.mightysignal.com/
支援的語言 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"
    }
}