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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Social Apps Shortcuts brings all your social apps together for free, quick and easy access."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Social App Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}