Social App Shortcuts

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

Apa itu Social App Shortcuts?

Social App Shortcuts adalah ekstensi Chrome yang dikembangkan oleh brandTURBO, dan fitur utamanya adalah "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Social App Shortcuts

Unduh file ekstensi Social App Shortcuts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Social App Shortcuts Social App Shortcuts
ID pgipdemfiklialdhljkcpkpioaempbik
URL Resmi https://chromewebstore.google.com/detail/social-app-shortcuts/pgipdemfiklialdhljkcpkpioaempbik
Deskripsi Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
Ukuran File 724 KB
Jumlah Instalasi 137
Versi Saat Ini 2.5.1
Terakhir Diperbarui 2020-07-06
Tanggal Publikasi 2020-06-17
Penilaian 5.00/5 Total 3 Penilaian
Pengembang brandTURBO
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.brandturbo.vip/
URL Halaman Bantuan https://www.brandturbo.vip/
URL Halaman Kebijakan Privasi https://www.brandturbo.vip/privacy
Bahasa yang Didukung 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"
        ]
    }
}