Amazon 1-Click Lock

Adds an extra step to the Amazon 1-Click to prevent accidental purchases

Amazon 1-Click Lock क्या है?

Amazon 1-Click Lock Rubén Martínez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an extra step to the Amazon 1-Click to prevent accidental purchases"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon 1-Click Lock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Amazon 1-Click Lock:

- Protects the 1-Click button in product pages to prevent accidental clicks, now it requires two clicks.
- Provides with an option to set up an unlock password, perfect to prevent kids (or cats) from purchasing when you are not paying attention.
- Completely removes the 1-click buttons from product browsing pages, to buy anything it is necessary to go through the products page first.

Also works with 1-Click pre-order buttons.

Should work with most Amazon domains, if you are presented with any problem, contact me and I'll try to solve it.

VERSION
=======
1.7 - 2017.09.17
----------------
- Fixes broken unlock box on spanish site.

1.6 - 2017.08.30
----------------
- Added Amazon Smile to the list of supported domains.
- Firefox: ported to Web Extensions model.

1.5.3 - 2015.11.19
------------------
- Code cleanup, no DOMReady.js dependency and some speed improvements.

1.5.2 - 2015.11.18
------------------
- Opera fix. Changed sync storage to local storage.

1.5.1 - 2015.11.12
------------------
- Name change: "Blocker" to "Lock" so it describes better the function of the extension. 

1.5 - 2015.11.01
----------------
- Fixes some text from the options page.

1.4 - 2015.10.24
----------------
- Bug fix. Some products didn't show the blocker, fixed.
- Added validation for password.

LEGAL STUFF
===========
Amazon 1-Click Blocker by Rubén Martínez (https://twitter.com/rub3nmv) is licensed as Apache 2.0.
For bugs report send me an email to [email protected] or visit the github project page at https://github.com/rubenmv/extension-amazon-one-click-lock/                    

एक्सटेंशन की मूल जानकारी

नाम Amazon 1-Click Lock Amazon 1-Click Lock
ID eofdlhcjhencamfjoilhobajaggbdhli
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-1-click-lock/eofdlhcjhencamfjoilhobajaggbdhli
विवरण Adds an extra step to the Amazon 1-Click to prevent accidental purchases
फ़ाइल का आकार 32.82 KB
स्थापना संख्या 120
वर्तमान संस्करण 1.7
अंतिम अपडेट 2021-05-09
प्रकाशन तिथि 2017-09-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Rubén Martínez
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rubenmv/extension-amazon-one-click-lock/
सहायता पृष्ठ URL https://github.com/rubenmv/extension-amazon-one-click-lock/issues/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon 1-Click Lock",
    "short_name": "Amazon 1-Click Lock",
    "description": "Adds an extra step to the Amazon 1-Click to prevent accidental purchases",
    "version": "1.7",
    "permissions": [
        "storage",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/smile.amazon.com\/*",
        "*:\/\/smile.amazon.es\/*",
        "*:\/\/smile.amazon.in\/*",
        "*:\/\/smile.amazon.co.jp\/*",
        "*:\/\/smile.amazon.fr\/*",
        "*:\/\/smile.amazon.de\/*",
        "*:\/\/smile.amazon.it\/*",
        "*:\/\/smile.amazon.nl\/*",
        "*:\/\/smile.amazon.co.uk\/*",
        "*:\/\/smile.amazon.ca\/*",
        "*:\/\/smile.amazon.com.mx\/*",
        "*:\/\/smile.amazon.com.au\/*",
        "*:\/\/smile.amazon.com.br\/*",
        "*:\/\/*.goodreads.com\/*"
    ],
    "icons": {
        "128": "images\/default-128.png",
        "48": "images\/default-48.png",
        "24": "images\/default-24.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/smile.amazon.com\/*",
                "*:\/\/smile.amazon.es\/*",
                "*:\/\/smile.amazon.in\/*",
                "*:\/\/smile.amazon.co.jp\/*",
                "*:\/\/smile.amazon.fr\/*",
                "*:\/\/smile.amazon.de\/*",
                "*:\/\/smile.amazon.it\/*",
                "*:\/\/smile.amazon.nl\/*",
                "*:\/\/smile.amazon.co.uk\/*",
                "*:\/\/smile.amazon.ca\/*",
                "*:\/\/smile.amazon.com.mx\/*",
                "*:\/\/smile.amazon.com.au\/*",
                "*:\/\/smile.amazon.com.br\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    }
}