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
公式URL 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
Eメール [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"
    }
}