Focus Pro

End machine manipulation by removing targeted content and curated recommendations

Vad är Focus Pro?

Focus Pro är en Chrome-tillägg utvecklad av SmartWebLLC, och dess huvudfunktion är "End machine manipulation by removing targeted content and curated recommendations".

Tilläggsskärmbilder

screenshot

Ladda ner Focus Pro-förlängningens CRX-fil

Ladda ner Focus Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Focus Pro Focus Pro
ID ndhkgigncccmmmkckagdbjkgbkhgpbnc
Officiell webbadress https://chromewebstore.google.com/detail/focus-pro/ndhkgigncccmmmkckagdbjkgbkhgpbnc
Beskrivning End machine manipulation by removing targeted content and curated recommendations
Filstorlek 22.59 KB
Antal Installationer 40
Aktuell Version 0.9.6
Senast Uppdaterad 2018-08-29
Publiceringsdatum 2018-08-29
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare SmartWebLLC
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}