Button by MightySignal
Get to an app's MightySignal page in just 1 click!
Cos'è Button by MightySignal?
Button by MightySignal è un'estensione di Chrome sviluppata da https://mightysignal.com, e la sua funzione principale è "Get to an app's MightySignal page in just 1 click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Button by MightySignal
Scarica i file di estensione Button by MightySignal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Button by MightySignal |
ID | nponojnbpofjpgnddkfpkdjkcmlglbch |
URL Ufficiale | https://chromewebstore.google.com/detail/button-by-mightysignal/nponojnbpofjpgnddkfpkdjkcmlglbch |
Descrizione | Get to an app's MightySignal page in just 1 click! |
Dimensione del File | 76.18 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.46 |
Ultimo Aggiornamento | 2019-07-13 |
Data di Pubblicazione | 2019-07-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://mightysignal.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mightysignal.com |
URL della Pagina di Aiuto | https://support.mightysignal.com/ |
Lingue Supportate | 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" } } |