FriendFeed Download Blocker
FriendFeed Download Blocker
FriendFeed Download Blockerとは何ですか?
FriendFeed Download Blockerはhttp://www.sadedil.comによって開発されたChromeの拡張機能で、その主な機能は「FriendFeed Download Blocker」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
ID | cpkafoneidcpgjjgechlaiohbpdbcdhg |
公式URL | 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" ] } |