FriendFeed Download Blocker

FriendFeed Download Blocker

Was ist FriendFeed Download Blocker?

FriendFeed Download Blocker ist eine Chrome-Erweiterung, die von http://www.sadedil.com entwickelt wurde, und ihr Hauptmerkmal ist "FriendFeed Download Blocker".

Erweiterungsscreenshots

screenshot

FriendFeed Download Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie FriendFeed Download Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FriendFeed Download Blocker FriendFeed Download Blocker
ID cpkafoneidcpgjjgechlaiohbpdbcdhg
Offizielle URL https://chrome.google.com/webstore/detail/friendfeed-download-block/cpkafoneidcpgjjgechlaiohbpdbcdhg
Beschreibung FriendFeed Download Blocker
Dateigröße 18.54 KB
Installationsanzahl 32
Aktuelle Version 0.97
Letztes Update 2014-06-07
Veröffentlichungsdatum 2014-06-07
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler http://www.sadedil.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}