FriendFeed Download Blocker
FriendFeed Download Blocker
FriendFeed Download Blockerคืออะไร?
FriendFeed Download Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.sadedil.com และคุณลักษณะหลักของมันคือ "FriendFeed Download Blocker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FriendFeed Download Blocker
ดาวน์โหลดไฟล์ส่วนขยาย FriendFeed Download Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cpkafoneidcpgjjgechlaiohbpdbcdhg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/friendfeed-download-block/cpkafoneidcpgjjgechlaiohbpdbcdhg |
คำอธิบาย | FriendFeed Download Blocker |
ขนาดไฟล์ | 18.54 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.97 |
อัปเดตครั้งล่าสุด | 2014-06-07 |
วันที่เผยแพร่ | 2014-06-07 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://www.sadedil.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |