NoFlash
Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc)
NoFlash là gì?
NoFlash là một tiện ích mở rộng Chrome được phát triển bởi Denis Ciccale, và tính năng chính của nó là "Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc)".
Ả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 NoFlash
Tải xuống các tệp mở rộng NoFlash 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
Speed up your browsing disabling not only flash, but any heavy object element that may slow down the page load and rendering (pdf, ads, etc). ### Re-enabling These objects (flash, pdf, etc) will be replaced with a button you can click to load the original stuff anytime you want while seeing the page. ### White List Edit your personal white list of sites to always allow flash, pdf, etc. Nice defaults are included: youtube.com, google.com, facebook.com, vimeo.com.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ihlokjecoapdjjliamfaondpgkebpcjj |
URL Chính Thức | https://chrome.google.com/webstore/detail/noflash/ihlokjecoapdjjliamfaondpgkebpcjj |
Mô tả | Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc) |
Kích Thước Tệp | 393 KB |
Số Lần Cài Đặt | 236 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2013-11-18 |
Ngày Phát Hành | 2013-11-18 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Denis Ciccale |
[email protected] | |
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": "NoFlash", "description": "Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc)", "version": "1.0.2", "browser_action": { "default_icon": "src\/img\/icon48.png", "default_popup": "src\/options.html", "default_title": "NoFlash" }, "background": { "scripts": [ "src\/js\/background.js" ] }, "content_scripts": [ { "css": [ "src\/css\/noflash.css" ], "js": [ "src\/js\/noflash.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "options_page": "src\/options.html", "permissions": [ "tabs" ], "icons": { "16": "src\/img\/icon16.png", "48": "src\/img\/icon48.png", "128": "src\/img\/icon128.png" } } |