Amazon autoscroll and fast search

Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln.

What is Amazon autoscroll and fast search?

Amazon autoscroll and fast search is a Chrome extension developed by Alexander P., and its main feature is "Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Amazon autoscroll and fast search Extension CRX File

Download Amazon autoscroll and fast search 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

                        Genervt vom Seitenwechsel nach dem runterscrollen? Nach gerade einmal 15 Artikeln muss man bei Amazon auf die nächste Seite wechseln, das macht doch keinen Spaß.
Mit Amazon autoscroll werden Ihnen bequem die nächsten Artikel auf der Seite angezeigt. Sie werden keinen Unterschied sehen. Sie können den Effekt bequem über die Menüleiste oben rechts ein und aus schalten.
Mit der aktuellsten Version gibt es die Möglichkeit, über Rechtsklick auf ein markiertes Wort direkt bei Amazon zu suchen.
Weiter können Sie nun schnell über die Adressleiste bei Amazon suchen ohne auf der Seite zu sein. Tippen sie einfach "a" und ein Leerzeichen und Sie suchen direkt bei Amazon!
Wechseln Sie das erste mal auf die Amazon Seite wird sofort das Suchfeld markiert und Sie können schnell Ihren Suchbegriff eintippen.

Kurz und knapp, eine schöne Vereinfachung, damit das Kauferlebnis bei Amazon noch leichter von der Hand geht.

=========================================================


Annoyed by the side change after the scrolling down? After just 15 articles, you have to switch to the next page at Amazon, which is not fun.
With Amazon autoscroll you will be able to conveniently view the next articles on the page. You will not see any difference. If it is necessary, the plugin can be deactivated via the menu bar.
With the latest version, you can search directly at Amazon by right-clicking on a selected word.
Furthermore, you can now quickly search the address bar at Amazon without being on the page. Just type "a" and a space and you are looking directly at Amazon!

In short, a nice simplification, so that the buying experience at Amazon is even easier.                    

Extension Basic Information

Name Amazon autoscroll and fast search Amazon autoscroll and fast search
ID clmijlhfhfhceojhnndfbpofhepeekcb
Official URL https://chrome.google.com/webstore/detail/amazon-autoscroll-and-fas/clmijlhfhfhceojhnndfbpofhepeekcb
Description Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln.
File Size 64.01 KB
Installation Count 339
Current Version 3.3
Last Updated 2018-12-03
Publish Date 2018-12-03
Rating 3.08/5 Total 12 Ratings
Developer Alexander P.
Payment Type free
Supported Languages de,en,nl,da
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/amazon_infinite.js",
            "js\/amazon_context.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/spin.js"
            ],
            "matches": [
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ]
        }
    ],
    "omnibox": {
        "keyword": "a"
    },
    "icons": {
        "16": "icons\/iconpage16.png",
        "48": "icons\/iconpage48.png",
        "128": "icons\/iconpage128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    },
    "default_locale": "de",
    "manifest_version": 2,
    "author": "Alexander P.",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "permissions": [
        "background",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.co.uk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3"
}