Stay Up

Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms.

Stay Up क्या है?

Stay Up Upflow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms."।

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

screenshot
screenshot
screenshot

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

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

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

                        Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms. It helps you save time & gain more productivity at work and recreation.

The first feature of the extension is Canned Respone: automactically send messages on Facebook profile with prepared answers. This feature is crucial, especially with individuals selling products and services on Facebook. They always have to reply to customers with the same answers all the time. 

For ideas contribution and support of Stay Up, please contact [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Stay Up Stay Up
ID pmmfkoldfghblakickfcpjpdhbbalaoh
आधिकारिक URL https://chromewebstore.google.com/detail/stay-up/pmmfkoldfghblakickfcpjpdhbbalaoh
विवरण Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms.
फ़ाइल का आकार 682 KB
स्थापना संख्या 811
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2020-03-30
प्रकाशन तिथि 2020-03-27
रेटिंग 3.71/5 कुल 7 रेटिंग्स
डेवलपर Upflow
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://up.kiemtiencenter.com/privacy
समर्थित भाषाएँ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay Up",
    "author": "Kiemtiencenter",
    "description": "Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms.",
    "version": "2.0.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Stay Up"
    },
    "background": {
        "scripts": [
            "assets\/js\/core\/jquery.min.js",
            "scripts\/analytics.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/injects.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/messages\/*",
                "https:\/\/*.messenger.com\/t\/*"
            ],
            "css": [
                "assets\/injects.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "contextMenus",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ]
}