Social App Shortcuts

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

Social App Shortcuts là gì?

Social App Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi brandTURBO, và tính năng chính của nó là "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social App Shortcuts

Tải xuống các tệp mở rộng Social App Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social App Shortcuts Social App Shortcuts
ID pgipdemfiklialdhljkcpkpioaempbik
URL Chính Thức https://chromewebstore.google.com/detail/social-app-shortcuts/pgipdemfiklialdhljkcpkpioaempbik
Mô tả Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
Kích Thước Tệp 724 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 2.5.1
Cập Nhật Lần Cuối 2020-07-06
Ngày Phát Hành 2020-06-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển brandTURBO
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.brandturbo.vip/
URL Trang Trợ Giúp https://www.brandturbo.vip/
URL Trang Chính Sách Bảo Mật https://www.brandturbo.vip/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}