Stay Productive

Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !

ما هو Stay Productive؟

Stay Productive هو إضافة Chrome تم تطويرها بواسطة Antoine C.، والميزة الرئيسية لها هي "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

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

screenshot

تحميل ملف CRX للإضافة Stay Productive

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

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

                        This add-on injects CSS and Javascript to remove feed and notifications in Facebook, Twitter or Linkedin. You can choose to active or not this behavior directly on the page (next to the URL).                    

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

الاسم Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
عنوان URL الرسمي https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
الوصف Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
حجم الملف 26.9 KB
عدد التثبيتات 17
النسخة الحالية 0.5
آخر تحديث 2018-01-02
تاريخ النشر 2018-01-02
تقييم 5.00/5 مجموع تقييمات 3
المطور Antoine C.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/antitoine/stay-productive
عنوان صفحة المساعدة https://github.com/antitoine/stay-productive/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !",
    "manifest_version": 2,
    "name": "Stay Productive",
    "version": "0.5",
    "homepage_url": "https:\/\/github.com\/antitoine\/stay-productive",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "browser_style": true
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "icons": {
        "48": "icon.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}