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!”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |