FriendFeed Download Blocker

FriendFeed Download Blocker

什么是FriendFeed Download Blocker?

FriendFeed Download Blocker是由http://www.sadedil.com开发的Chrome扩展程序,该扩展的主要功能是“FriendFeed Download Blocker”。

扩展截图

screenshot

下载FriendFeed Download Blocker扩展crx文件

下载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.                    

扩展基本信息

名称 FriendFeed Download Blocker FriendFeed Download Blocker
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"
    ]
}