Social Media Quick Links
Quick links to your favorite social media website.
Social Media Quick Linksとは何ですか?
Social Media Quick Linksはhttps://friendsquicklinks.comによって開発されたChromeの拡張機能で、その主な機能は「Quick links to your favorite social media website.」です。
拡張機能のスクリーンショット
Social Media Quick Links拡張機能のCRXファイルをダウンロード
Social Media Quick Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Navigation menu for your social media website. Disclaimer: This Chrome extension have no affiliations with the popular social network website Facebook. Facebook doesn’t endorse or sponsor this extension. All articles, images, logos and trademarks are property of their respective owners.
拡張機能の基本情報
名前 | Social Media Quick Links |
ID | elnjjchffmejafnnpaidbjjfhnhbmlie |
公式URL | https://chromewebstore.google.com/detail/social-media-quick-links/elnjjchffmejafnnpaidbjjfhnhbmlie |
説明 | Quick links to your favorite social media website. |
ファイルサイズ | 189 KB |
インストール数 | 15,270 |
現在のバージョン | 2.0 |
最終更新日 | 2019-02-04 |
公開日 | 2019-02-04 |
評価 | 3.70/5 合計 307 レビュー |
開発者 | https://friendsquicklinks.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.friendsquicklinks.com/2019/02/social-media-quick-links-updated.html?from=chrome_webstore_listining |
ヘルプページのURL | http://www.friendsquicklinks.com/p/at-sociotrope.html?from=chrome_webstore_listining |
プライバシーポリシーページのURL | http://earth3dmap.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "2.0", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |