FriendFeed Download Blocker

FriendFeed Download Blocker

Cos'è FriendFeed Download Blocker?

FriendFeed Download Blocker è un'estensione di Chrome sviluppata da http://www.sadedil.com, e la sua funzione principale è "FriendFeed Download Blocker".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FriendFeed Download Blocker

Scarica i file di estensione FriendFeed Download Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FriendFeed Download Blocker FriendFeed Download Blocker
ID cpkafoneidcpgjjgechlaiohbpdbcdhg
URL Ufficiale https://chrome.google.com/webstore/detail/friendfeed-download-block/cpkafoneidcpgjjgechlaiohbpdbcdhg
Descrizione FriendFeed Download Blocker
Dimensione del File 18.54 KB
Conteggio Installazioni 32
Versione Corrente 0.97
Ultimo Aggiornamento 2014-06-07
Data di Pubblicazione 2014-06-07
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore http://www.sadedil.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}