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」です。
拡張機能のスクリーンショット
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 |
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\/*" ] } ] } |