FriendFeed Download Blocker

FriendFeed Download Blocker

What is FriendFeed Download Blocker?

FriendFeed Download Blocker is a Chrome extension developed by http://www.sadedil.com, and its main feature is "FriendFeed Download Blocker".

Extension Screenshots

screenshot

Download FriendFeed Download Blocker Extension CRX File

Download FriendFeed Download Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FriendFeed Download Blocker FriendFeed Download Blocker
ID cpkafoneidcpgjjgechlaiohbpdbcdhg
Official URL https://chrome.google.com/webstore/detail/friendfeed-download-block/cpkafoneidcpgjjgechlaiohbpdbcdhg
Description FriendFeed Download Blocker
File Size 18.54 KB
Installation Count 32
Current Version 0.97
Last Updated 2014-06-07
Publish Date 2014-06-07
Rating 5.00/5 Total 5 Ratings
Developer http://www.sadedil.com
Payment Type free
Supported Languages 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"
    ]
}