Focus Pro

End machine manipulation by removing targeted content and curated recommendations

ما هو Focus Pro؟

Focus Pro هو إضافة Chrome تم تطويرها بواسطة SmartWebLLC، والميزة الرئيسية لها هي "End machine manipulation by removing targeted content and curated recommendations".

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

screenshot

تحميل ملف CRX للإضافة Focus Pro

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

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

                        How many times have you visited a webpage for a specific purpose and instead get distracted by curated and targeted content and forget your original goal?

The goal of this plugin is to give control back to the user by allowing them to decide what they view instead of machine generated suggestions dictating their experience.

Thanks for checking out my plugin!

Currently Supported:
https://www.youtube.com
https://www.ebay.com                    

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

الاسم Focus Pro Focus Pro
ID ndhkgigncccmmmkckagdbjkgbkhgpbnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/focus-pro/ndhkgigncccmmmkckagdbjkgbkhgpbnc
الوصف End machine manipulation by removing targeted content and curated recommendations
حجم الملف 22.59 KB
عدد التثبيتات 40
النسخة الحالية 0.9.6
آخر تحديث 2018-08-29
تاريخ النشر 2018-08-29
تقييم 4.75/5 مجموع تقييمات 4
المطور SmartWebLLC
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Pro",
    "short_name": "Focus Pro",
    "version": "0.9.6",
    "description": "End machine manipulation by removing targeted content and curated recommendations",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles-youtube.css"
            ],
            "js": [
                "app-youtube.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        },
        {
            "css": [
                "styles-ebay.css"
            ],
            "matches": [
                "https:\/\/www.ebay.com\/*"
            ]
        }
    ]
}