9gag AutoPlay

You can just sit back and eat chips

ما هو 9gag AutoPlay؟

9gag AutoPlay هو إضافة Chrome تم تطويرها بواسطة krystof1000، والميزة الرئيسية لها هي "You can just sit back and eat chips".

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

screenshot

تحميل ملف CRX للإضافة 9gag AutoPlay

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

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

                        You can just sit back and eat chips.

For best experience:
1. Open a new tab and enter address chrome://flags/
2. Find Smooth Scrolling flag.
3. Click Enable
4. Restart Chrome browser..                    

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

الاسم 9gag AutoPlay 9gag AutoPlay
ID hokhmphaijobhgjgjgcdoglgoaehaooh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/9gag-autoplay/hokhmphaijobhgjgjgcdoglgoaehaooh
الوصف You can just sit back and eat chips
حجم الملف 39.69 KB
عدد التثبيتات 17
النسخة الحالية 1.3
آخر تحديث 2013-08-01
تاريخ النشر 2013-08-01
تقييم 5.00/5 مجموع تقييمات 1
المطور krystof1000
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag AutoPlay",
    "description": "You can just sit back and eat chips",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}