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
官方網址 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"
    ]
}