FriendFeed Download Blocker
FriendFeed Download Blocker
FriendFeed Download Blocker là gì?
FriendFeed Download Blocker là một tiện ích mở rộng Chrome được phát triển bởi http://www.sadedil.com, và tính năng chính của nó là "FriendFeed Download Blocker".
Ả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 FriendFeed Download Blocker
Tải xuống các tệp mở rộng FriendFeed Download Blocker 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
This extension prevents friendfeed.com to force download image files. When you install this extension, images opened in the current window (or the new tab), not downloaded.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cpkafoneidcpgjjgechlaiohbpdbcdhg |
URL Chính Thức | https://chrome.google.com/webstore/detail/friendfeed-download-block/cpkafoneidcpgjjgechlaiohbpdbcdhg |
Mô tả | FriendFeed Download Blocker |
Kích Thước Tệp | 18.54 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.97 |
Cập Nhật Lần Cuối | 2014-06-07 |
Ngày Phát Hành | 2014-06-07 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://www.sadedil.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "description": "FriendFeed Download Blocker", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "FriendFeed Download Blocker", "page_action": { "default_icon": { "19": "icon-19.png" }, "default_popup": "popup.html", "default_title": "FriendFeed Download Blocker" }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "*:\/\/*.friendfeed-media.com\/*", "*:\/\/*.friendfeed-media.com\/*" ], "version": "0.97", "web_accessible_resources": [ "common.js" ] } |