RedditInfinity
Simple, lightweight infinite scrolling for reddit
Co to jest RedditInfinity?
RedditInfinity to rozszerzenie Chrome opracowane przez https://devinrousso.com, a jego główną funkcją jest „Simple, lightweight infinite scrolling for reddit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RedditInfinity
Pobierz pliki rozszerzeń RedditInfinity 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
Ever browse Reddit and find yourself annoyed at having to click the "next" button? If so, please install RedditInfinity. RedditInfinity is a lightweight extension targeted at "https://www.reddit.com/*" pages that will automatically load the next page when you have scrolled half way down the page. No more clicking, just scroll. Version 1.0: - Created Extension - Infinite scroll will only work on pages that contain a "next" link
Podstawowe informacje o rozszerzeniu
Nazwa | RedditInfinity |
ID | klldlkapcnpaanaeamibkgaljpblgkic |
Oficjalny URL | https://chromewebstore.google.com/detail/redditinfinity/klldlkapcnpaanaeamibkgaljpblgkic |
Opis | Simple, lightweight infinite scrolling for reddit |
Rozmiar pliku | 44.01 KB |
Liczba instalacji | 168 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2016-08-19 |
Data Publikacji | 2016-08-19 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | https://devinrousso.com |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/dcrousso/RedditInfinity/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.4", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "scripts\/infinity.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/loading.gif" ] } |