AGR Auto Scroll

AGR speed-customizable auto scroll

Co to jest AGR Auto Scroll?

AGR Auto Scroll to rozszerzenie Chrome opracowane przez bjorn.vignir, a jego główną funkcją jest „AGR speed-customizable auto scroll”.

Pobierz plik CRX rozszerzenia AGR Auto Scroll

Pobierz pliki rozszerzeń AGR Auto Scroll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        AGR Auto Scroll.
All credits go to the original author: Pablo Barrantes                    

Podstawowe informacje o rozszerzeniu

Nazwa AGR Auto Scroll AGR Auto Scroll
ID ekgioijjldiogneobngloemnlpofhjhe
Oficjalny URL https://chrome.google.com/webstore/detail/agr-auto-scroll/ekgioijjldiogneobngloemnlpofhjhe
Opis AGR speed-customizable auto scroll
Rozmiar pliku 10.93 KB
Liczba instalacji 45
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2018-01-29
Data Publikacji 2018-01-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper bjorn.vignir
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AGR Auto Scroll",
    "version": "0.1.4",
    "description": "AGR speed-customizable auto scroll",
    "icons": {
        "48": "icons\/autoscroll.png",
        "128": "icons\/autoscroll.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "",
        "default_icon": "icons\/autoscroll.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/simple_autoscroll.js"
            ],
            "run_at": "document_start"
        }
    ]
}