FriendFeed Download Blocker

FriendFeed Download Blocker

Qu'est-ce que FriendFeed Download Blocker ?

FriendFeed Download Blocker est une extension Chrome développée par http://www.sadedil.com, et sa fonction principale est "FriendFeed Download Blocker".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FriendFeed Download Blocker

Téléchargez les fichiers d'extension FriendFeed Download Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FriendFeed Download Blocker FriendFeed Download Blocker
ID cpkafoneidcpgjjgechlaiohbpdbcdhg
URL Officiel https://chrome.google.com/webstore/detail/friendfeed-download-block/cpkafoneidcpgjjgechlaiohbpdbcdhg
Description FriendFeed Download Blocker
Taille du Fichier 18.54 KB
Nombre d'Installations 32
Version Actuelle 0.97
Dernière Mise à Jour 2014-06-07
Date de Publication 2014-06-07
Évaluation 5.00/5 Total 5 Évaluations
Développeur http://www.sadedil.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}