Social App Shortcuts

Social Apps Shortcuts brings all your social apps together for free, quick and easy access.

Social App Shortcutsとは何ですか?

Social App ShortcutsはbrandTURBOによって開発されたChromeの拡張機能で、その主な機能は「Social Apps Shortcuts brings all your social apps together for free, quick and easy access.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Social App Shortcuts拡張機能のCRXファイルをダウンロード

Social App Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Never miss out on your updates again and launch your new tab with your social media apps one click away. Upgrade your access today so on every new tab you’ll be able to access your apps securely and see you feeds.                    

拡張機能の基本情報

名前 Social App Shortcuts Social App Shortcuts
ID pgipdemfiklialdhljkcpkpioaempbik
公式URL https://chromewebstore.google.com/detail/social-app-shortcuts/pgipdemfiklialdhljkcpkpioaempbik
説明 Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
ファイルサイズ 724 KB
インストール数 137
現在のバージョン 2.5.1
最終更新日 2020-07-06
公開日 2020-06-17
評価 5.00/5 合計 3 レビュー
開発者 brandTURBO
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.brandturbo.vip/
ヘルプページのURL https://www.brandturbo.vip/
プライバシーポリシーページのURL https://www.brandturbo.vip/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social App Shortcuts",
    "version": "2.5.1",
    "description": "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}