RedditInfinity
Simple, lightweight infinite scrolling for reddit
Hvad er RedditInfinity?
RedditInfinity er en Chrome-udvidelse udviklet af https://devinrousso.com, og dens hovedfunktion er "Simple, lightweight infinite scrolling for reddit".
Udvidelsesskærmbilleder
Download RedditInfinity-udvidelses-CRX-fil
Download RedditInfinity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | klldlkapcnpaanaeamibkgaljpblgkic |
| Officiel URL | https://chromewebstore.google.com/detail/redditinfinity/klldlkapcnpaanaeamibkgaljpblgkic |
| Beskrivelse | Simple, lightweight infinite scrolling for reddit |
| Filstørrelse | 44.01 KB |
| Antal Installationer | 168 |
| Nuværende Version | 1.0.4 |
| Senest Opdateret | 2016-08-19 |
| Udgivelsesdato | 2016-08-19 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | https://devinrousso.com |
| Betalingsmetode | free |
| Hjælpeside-URL | https://github.com/dcrousso/RedditInfinity/issues |
| Understøttede Sprog | 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"
]
} | |