Focus Pro
End machine manipulation by removing targeted content and curated recommendations
Focus Pro là gì?
Focus Pro là một tiện ích mở rộng Chrome được phát triển bởi SmartWebLLC, và tính năng chính của nó là "End machine manipulation by removing targeted content and curated recommendations".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Focus Pro
Tải xuống các tệp mở rộng Focus Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Focus Pro |
ID | ndhkgigncccmmmkckagdbjkgbkhgpbnc |
URL Chính Thức | https://chromewebstore.google.com/detail/focus-pro/ndhkgigncccmmmkckagdbjkgbkhgpbnc |
Mô tả | End machine manipulation by removing targeted content and curated recommendations |
Kích Thước Tệp | 22.59 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 0.9.6 |
Cập Nhật Lần Cuối | 2018-08-29 |
Ngày Phát Hành | 2018-08-29 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | SmartWebLLC |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |