RecipeCleaner
Remove the clutter, ads, popups, and paragraphs and paragraphs of filler text from recipe sites.
RecipeCleaner là gì?
RecipeCleaner là một tiện ích mở rộng Chrome được phát triển bởi Erik Price, và tính năng chính của nó là "Remove the clutter, ads, popups, and paragraphs and paragraphs of filler text from recipe sites.".
Ả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 RecipeCleaner
Tải xuống các tệp mở rộng RecipeCleaner 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
Even with an ad blocker, recipe sites are a messy experience. Popups ask you to subscribe, there are pages and pages of filler text and images to scroll through, and then finally the recipe is tucked away at the bottom somewhere. RecipeCleaner shows you only what you care about: what you're making, what you need, and how to make it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RecipeCleaner |
ID | omonbdfjebcopdfdkiaaajifkaelcohp |
URL Chính Thức | https://chromewebstore.google.com/detail/recipecleaner/omonbdfjebcopdfdkiaaajifkaelcohp |
Mô tả | Remove the clutter, ads, popups, and paragraphs and paragraphs of filler text from recipe sites. |
Kích Thước Tệp | 583 KB |
Số Lần Cài Đặt | 423 |
Phiên Bản Hiện Tại | 2.3.2 |
Cập Nhật Lần Cuối | 2022-05-19 |
Ngày Phát Hành | 2019-06-24 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Erik Price |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://erik.github.io/recipecleaner |
URL Trang Trợ Giúp | https://goo.gl/forms/bsr8RJJoeiXDKJqo2 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RecipeCleaner", "version": "2.3.2", "description": "Remove the clutter, ads, popups, and paragraphs and paragraphs of filler text from recipe sites.", "icons": { "32": "icons\/icon-detected-32.png", "48": "icons\/icon-detected-48.png", "96": "icons\/icon-detected-96.png" }, "page_action": { "browser_style": true, "default_icon": "icons\/icon-detected-96.png", "default_title": "Show me the recipe!" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/vendor.js", "js\/content.js" ] } ], "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "permissions": [ "*:\/\/*\/*", "storage", "tabs" ], "content_security_policy": "script-src 'self' 'sha256-58XC9A7vCVf4d\/kGzBMGAy2dBerh5XDULiZ80gbeBP0='; object-src 'self';" } |