RedditInfinity

Simple, lightweight infinite scrolling for reddit

ما هو RedditInfinity؟

RedditInfinity هو إضافة Chrome تم تطويرها بواسطة https://devinrousso.com، والميزة الرئيسية لها هي "Simple, lightweight infinite scrolling for reddit".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة RedditInfinity

قم بتنزيل ملفات الامتداد RedditInfinity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم RedditInfinity RedditInfinity
ID klldlkapcnpaanaeamibkgaljpblgkic
عنوان URL الرسمي https://chromewebstore.google.com/detail/redditinfinity/klldlkapcnpaanaeamibkgaljpblgkic
الوصف Simple, lightweight infinite scrolling for reddit
حجم الملف 44.01 KB
عدد التثبيتات 168
النسخة الحالية 1.0.4
آخر تحديث 2016-08-19
تاريخ النشر 2016-08-19
تقييم 4.67/5 مجموع تقييمات 3
المطور https://devinrousso.com
نوع الدفع free
عنوان صفحة المساعدة https://github.com/dcrousso/RedditInfinity/issues
اللغات المدعومة 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"
    ]
}