TDFB
Add new tools to your favorite social media site.
TDFBとは何ですか?
TDFBはhttps://www.messengerhow.comによって開発されたChromeの拡張機能で、その主な機能は「Add new tools to your favorite social media site.」です。
拡張機能のスクリーンショット
TDFB拡張機能のCRXファイルをダウンロード
TDFB拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
New tools for the biggest social media website. The extension does not collect any personal information, but requires access to your tabs and facebook.com. All product names, logos, and brands are property of their respective owners. Facebook doesn't endorse or sponsor this extension.
拡張機能の基本情報
名前 | TDFB |
ID | pffbbpegcmjjkgkefanlcbklhgkmlfoj |
公式URL | https://chromewebstore.google.com/detail/tdfb/pffbbpegcmjjkgkefanlcbklhgkmlfoj |
説明 | Add new tools to your favorite social media site. |
ファイルサイズ | 91.49 KB |
インストール数 | 3,107 |
現在のバージョン | 2.44 |
最終更新日 | 2019-01-24 |
公開日 | 2019-01-24 |
評価 | 4.33/5 合計 1204 レビュー |
開発者 | https://www.messengerhow.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=link |
ヘルプページのURL | http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=faq |
プライバシーポリシーページのURL | http://www.messengerhow.com/p/your-privacy-is-important-and-personal.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "short_name": "__MSG_application_shortname__", "description": "__MSG_application_description__", "default_locale": "en", "version": "2.44", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_title": "New Tools and Design", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.1.0.min.js", "content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/en_US\/sdk.js https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/www.facebook.com\/*", "https:\/\/*.facebook.net\/*", "notifications", "storage", "contextMenus" ], "web_accessible_resources": [ "img\/*.png" ], "options_page": "settings.html" } |