Still Here

Automatically tell Netflix you're still there

ما هو Still Here؟

Still Here هو إضافة Chrome تم تطويرها بواسطة irwing، والميزة الرئيسية لها هي "Automatically tell Netflix you're still there".

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

screenshot

تحميل ملف CRX للإضافة Still Here

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

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

                        No more Netflix asking you if you're still there.                    

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

الاسم Still Here Still Here
ID einlccdnblainedghjekipohnodkgpno
عنوان URL الرسمي https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno
الوصف Automatically tell Netflix you're still there
حجم الملف 18.85 KB
عدد التثبيتات 44
النسخة الحالية 1.0.0
آخر تحديث 2016-03-29
تاريخ النشر 2016-03-29
تقييم 5.00/5 مجموع تقييمات 1
المطور irwing
نوع الدفع free
موقع الإضافة http://stillhere.irwingreza.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Still Here",
    "description": "Automatically tell Netflix you're still there",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "author": "Irwing Reza",
    "short_name": "Still Here",
    "background": {
        "scripts": [
            "netflix.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*.netflix.com\/watch*"
    ]
}