Stop Smooth Scrolling
Stop smooth scrolling
Co to jest Stop Smooth Scrolling?
Stop Smooth Scrolling to rozszerzenie Chrome opracowane przez Gea-Suan Lin, a jego główną funkcją jest „Stop smooth scrolling”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stop Smooth Scrolling
Pobierz pliki rozszerzeń Stop Smooth Scrolling 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
Stop smooth scrolling. You disabled smooth scrolling, and website emulates with god damn JavaScript. We can stop it. GitHub: https://github.com/gslin/stop-smooth-scrolling
Podstawowe informacje o rozszerzeniu
Nazwa | Stop Smooth Scrolling |
ID | dolloijeimbmocbhcjglaobngibnhfij |
Oficjalny URL | https://chromewebstore.google.com/detail/stop-smooth-scrolling/dolloijeimbmocbhcjglaobngibnhfij |
Opis | Stop smooth scrolling |
Rozmiar pliku | 70.81 KB |
Liczba instalacji | 518 |
Aktualna Wersja | 0.2018.1017.2 |
Ostatnia Aktualizacja | 2018-10-17 |
Data Publikacji | 2018-10-17 |
Ocena | 4.39/5 Łącznie 33 Oceny |
Deweloper | Gea-Suan Lin |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/gslin/stop-smooth-scrolling |
Adres URL Strony Polityki Prywatności | https://wiki.gslin.org/wiki/Google_Web_Store/Privacy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Smooth Scrolling", "version": "0.2018.1017.2", "description": "Stop smooth scrolling", "icons": { "128": "mouse_wheel-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content.js" ], "run_at": "document_start" } ], "options_page": "src\/options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |