Impakt

The ethical shopping browser companion

What is Impakt?

Impakt is a Chrome extension developed by https://impakt.app, and its main feature is "The ethical shopping browser companion".

Extension Screenshots

Download Impakt Extension CRX File

Download Impakt 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

                        The ethical shopping browser companion                    

Extension Basic Information

Name Impakt Impakt
ID pblfpcefeepllkkniinhcigdlgbkeoka
Official URL https://chrome.google.com/webstore/detail/impakt/pblfpcefeepllkkniinhcigdlgbkeoka
Description The ethical shopping browser companion
File Size 15.34 KB
Installation Count 27
Current Version 0.1
Last Updated 2019-03-17
Publish Date 2019-03-17
Developer https://impakt.app
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Impakt",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/s*"
            ],
            "js": [
                "contentScript.js",
                "impakt.js"
            ],
            "css": [
                "impakt.css"
            ]
        }
    ],
    "description": "The ethical shopping browser companion",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/impakt.app\/",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}