Focus Pro
End machine manipulation by removing targeted content and curated recommendations
Was ist Focus Pro?
Focus Pro ist eine Chrome-Erweiterung, die von SmartWebLLC entwickelt wurde, und ihr Hauptmerkmal ist "End machine manipulation by removing targeted content and curated recommendations".
Erweiterungsscreenshots
Focus Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Focus Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Focus Pro |
ID | ndhkgigncccmmmkckagdbjkgbkhgpbnc |
Offizielle URL | https://chromewebstore.google.com/detail/focus-pro/ndhkgigncccmmmkckagdbjkgbkhgpbnc |
Beschreibung | End machine manipulation by removing targeted content and curated recommendations |
Dateigröße | 22.59 KB |
Installationsanzahl | 40 |
Aktuelle Version | 0.9.6 |
Letztes Update | 2018-08-29 |
Veröffentlichungsdatum | 2018-08-29 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | SmartWebLLC |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |