Social App Shortcuts

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

Social App Shortcutsคืออะไร?

Social App Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brandTURBO และคุณลักษณะหลักของมันคือ "Social Apps Shortcuts brings all your social apps together for free, quick and easy access."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social App Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        ]
    }
}