Ideamarket
Display market rankings from Ideamarket.io subtly in everyday web browsing.
Cos'è Ideamarket?
Ideamarket è un'estensione di Chrome sviluppata da Ideamarket, e la sua funzione principale è "Display market rankings from Ideamarket.io subtly in everyday web browsing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ideamarket
Scarica i file di estensione Ideamarket 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
Ideamarket's browser extension displays market rankings across the internet. As the cost of a high rank increases, credibility becomes increasingly expensive to fake.
Informazioni di Base sull'Estensione
Nome | Ideamarket |
ID | hgpemhabnkecancnpcdilfojngkoahei |
URL Ufficiale | https://chromewebstore.google.com/detail/ideamarket/hgpemhabnkecancnpcdilfojngkoahei |
Descrizione | Display market rankings from Ideamarket.io subtly in everyday web browsing. |
Dimensione del File | 2.02 MB |
Conteggio Installazioni | 106 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-04-25 |
Data di Pubblicazione | 2021-03-30 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | Ideamarket |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ideamarket.io |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ideamarket", "version": "1.0.0", "icons": { "16": "assets\/icons\/sizes\/logo-icon-16x16.png", "32": "assets\/icons\/sizes\/logo-icon-32x32.png", "48": "assets\/icons\/sizes\/logo-icon-48x48.png", "96": "assets\/icons\/sizes\/logo-icon-96x96.png", "120": "assets\/icons\/sizes\/logo-icon-120x120.png", "144": "assets\/icons\/sizes\/logo-icon-144x144.png", "310": "assets\/icons\/sizes\/logo-icon-310x310.png" }, "description": "Display market rankings from Ideamarket.io subtly in everyday web browsing.", "homepage_url": "https:\/\/ideamarket.io\/", "short_name": "Ideamarket", "permissions": [ "storage", "https:\/\/subgraph.backend.ideamarket.io\/subgraphs\/name\/Ideamarket\/Ideamarket" ], "content_security_policy": "script-src 'self'; object-src 'self'", "author": "Ideamarket", "minimum_chrome_version": "49", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/sizes\/logo-icon-16x16.png", "32": "assets\/icons\/sizes\/logo-icon-32x32.png", "48": "assets\/icons\/sizes\/logo-icon-48x48.png", "96": "assets\/icons\/sizes\/logo-icon-96x96.png", "120": "assets\/icons\/sizes\/logo-icon-120x120.png", "144": "assets\/icons\/sizes\/logo-icon-144x144.png", "310": "assets\/icons\/sizes\/logo-icon-310x310.png" }, "default_title": "Ideamarket", "chrome_style": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.substack.com\/*" ], "js": [ "js\/contentScript.bundle.js" ], "css": [ "css\/contentScript.css" ] } ] } |