Focus Pro

End machine manipulation by removing targeted content and curated recommendations

什麼是Focus Pro?

Focus Pro是由SmartWebLLC開發的Chrome擴展程式,該擴展的主要功能是“End machine manipulation by removing targeted content and curated recommendations”。

擴展截圖

screenshot

下載Focus Pro擴展crx文件

下載Focus Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
            ]
        }
    ]
}