Ideamarket

Display market rankings from Ideamarket.io subtly in everyday web browsing.

What is Ideamarket?

Ideamarket is a Chrome extension developed by Ideamarket, and its main feature is "Display market rankings from Ideamarket.io subtly in everyday web browsing.".

Extension Screenshots

screenshot

Download Ideamarket Extension CRX File

Download Ideamarket extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ideamarket's browser extension displays market rankings across the internet. As the cost of a high rank increases, credibility becomes increasingly expensive to fake.                    

Extension Basic Information

Name Ideamarket Ideamarket
ID hgpemhabnkecancnpcdilfojngkoahei
Official URL https://chromewebstore.google.com/detail/ideamarket/hgpemhabnkecancnpcdilfojngkoahei
Description Display market rankings from Ideamarket.io subtly in everyday web browsing.
File Size 2.02 MB
Installation Count 106
Current Version 1.0.0
Last Updated 2021-04-25
Publish Date 2021-03-30
Rating 5.00/5 Total 12 Ratings
Developer Ideamarket
Email [email protected]
Payment Type free
Extension Website https://ideamarket.io
Supported Languages 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"
            ]
        }
    ]
}