Insights Magnet

Gain deeper insights!

What is Insights Magnet?

Insights Magnet is a Chrome extension developed by InterestGenius, and its main feature is "Gain deeper insights!".

Extension Screenshots

screenshot

Download Insights Magnet Extension CRX File

Download Insights Magnet 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

                                            

Extension Basic Information

Name Insights Magnet Insights Magnet
ID paljncehgbhfoonejkhmnbmhbmmghajo
Official URL https://chrome.google.com/webstore/detail/insights-magnet/paljncehgbhfoonejkhmnbmhbmmghajo
Description Gain deeper insights!
File Size 29.89 KB
Installation Count 1,060
Current Version 1.0.5
Last Updated 2019-08-17
Publish Date 2019-08-16
Rating 1.82/5 Total 11 Ratings
Developer InterestGenius
Email [email protected]
Payment Type free
Extension Website https://interestgenius.com/
Privacy Policy Page URL https://interestgenius.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Insights Magnet",
    "description": "Gain deeper insights!",
    "version": "1.0.5",
    "author": "KP",
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "https:\/\/*.facebook.com\/*"
    ],
    "icons": {
        "19": "icons\/target19.png",
        "48": "icons\/target48.png",
        "128": "icons\/target128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/ads\/audience-insights\/*"
            ],
            "js": [
                "content_script.js",
                "axios.js"
            ],
            "css": [
                "content_css.css"
            ],
            "run_at": "document_end"
        }
    ]
}