FriendFeed Download Blocker
FriendFeed Download Blocker
Wat is FriendFeed Download Blocker?
FriendFeed Download Blocker is een Chrome-extensie ontwikkeld door http://www.sadedil.com, en de belangrijkste functie is "FriendFeed Download Blocker".
Extensie Screenshots
Download het CRX-bestand van de extensie FriendFeed Download Blocker
Download FriendFeed Download Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cpkafoneidcpgjjgechlaiohbpdbcdhg |
Officiële URL | https://chrome.google.com/webstore/detail/friendfeed-download-block/cpkafoneidcpgjjgechlaiohbpdbcdhg |
Beschrijving | FriendFeed Download Blocker |
Bestandsgrootte | 18.54 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.97 |
Laatst Bijgewerkt | 2014-06-07 |
Publicatiedatum | 2014-06-07 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://www.sadedil.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |