Amazon contemplate

Do not buy shit

What is Amazon contemplate?

Amazon contemplate is a Chrome extension developed by Unknown, and its main feature is "Do not buy shit".

Extension Screenshots

screenshot

Download Amazon contemplate Extension CRX File

Download Amazon contemplate 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

                        Ever bought shit on Amazon because it's so easy? This addon gives you the possibility to contemplate 30 seconds before you buy something on Amazon.                    

Extension Basic Information

Name Amazon contemplate Amazon contemplate
ID cepclempoeggcpgbmomhpalbcekpnccl
Official URL https://chromewebstore.google.com/detail/amazon-contemplate/cepclempoeggcpgbmomhpalbcekpnccl
Description Do not buy shit
File Size 1.46 MB
Installation Count 387
Current Version 1.0
Last Updated 2017-01-27
Publish Date 2017-01-27
Rating 4.40/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon contemplate",
    "description": "Do not buy shit",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "background.jpg"
    ]
}