Amazon Killer

Cherchez un livre sur Amazon et trouvez-le dans une vraie librairie

What is Amazon Killer?

Amazon Killer is a Chrome extension developed by elliotlepers, and its main feature is "Cherchez un livre sur Amazon et trouvez-le dans une vraie librairie".

Extension Screenshots

Download Amazon Killer Extension CRX File

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

                        Par Elliot Lepers
Extension Chrome et Firefox pour chercher un livre sur Amazon et l'acheter dans une vraie librairie.
L'extension récupère le numéro ISBN du livre que vous regardez et le cherche dans plusieurs bases de données de librairies indépendantes.                    

Extension Basic Information

Name Amazon Killer Amazon Killer
ID jndbieelpiaihakdaflepdbamcllgobd
Official URL https://chromewebstore.google.com/detail/amazon-killer/jndbieelpiaihakdaflepdbamcllgobd
Description Cherchez un livre sur Amazon et trouvez-le dans une vraie librairie
File Size 46.37 KB
Installation Count 7,629
Current Version 3.0.0
Last Updated 2020-11-11
Publish Date 2020-11-05
Rating 4.22/5 Total 68 Ratings
Developer elliotlepers
Email [email protected]
Payment Type free
Extension Website https://amazonkiller.org
Help Page URL https://github.com/elliotlepers/Amazon-Killer
Supported Languages en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Killer",
    "version": "3.0.0",
    "default_locale": "fr",
    "web_accessible_resources": [
        "icons\/*",
        "images\/*"
    ],
    "icons": {
        "32": "icons\/favicon-48.png",
        "48": "icons\/favicon-48.png",
        "96": "icons\/favicon-96.png",
        "128": "icons\/favicon-128.png"
    },
    "description": "Cherchez un livre sur Amazon et trouvez-le dans une vraie librairie",
    "homepage_url": "https:\/\/github.com\/elliotlepers\/Amazon-Killer",
    "short_name": "amazon-killer",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "lowwebtech",
    "minimum_chrome_version": "49",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "content_script.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}