Social Post Magic

Collect any text caption via Social Post Magic extension

Social Post Magic क्या है?

Social Post Magic nareketibaryan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect any text caption via Social Post Magic extension"।

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

screenshot
screenshot
screenshot

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

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

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

                        Capture text captions
Social Post Magic is an extension which allows you to get any text section from  different web pages. 
You can highlight a piece of text you want to have it in your Social Post Magic account and collect it in an easy way through our extension. 
Social Post Magic is more than a common chrome extension. 
You can reveal the magic tools which are provided by the platform. 
Apart from collecting text captions in your account, you can use them in your profile page: share them with other users, Edit them and Delete. 
Install Post Magic Extension now and get use of more tools we provide for our users. Keep up with the latest technologies.                    

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

नाम Social Post Magic Social Post Magic
ID clljbjcklhmhkpfedgcnohpbpicomjgg
आधिकारिक URL https://chromewebstore.google.com/detail/social-post-magic/clljbjcklhmhkpfedgcnohpbpicomjgg
विवरण Collect any text caption via Social Post Magic extension
फ़ाइल का आकार 69.95 KB
स्थापना संख्या 167
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-12-20
प्रकाशन तिथि 2020-12-19
डेवलपर nareketibaryan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://socialpostmagic.com
सहायता पृष्ठ URL https://umo.zendesk.com/hc/en-us
गोपनीयता नीति पृष्ठ URL http://www.universalmedia-online.com/privacy_policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Post Magic",
    "short_name": "Social Post Magic",
    "author": "Web Foundation https:\/\/webfoundationllc.com",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Collect any text caption via Social Post Magic extension",
    "homepage_url": "https:\/\/app.socialpostmagic.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jQuery\/jquery.min.js",
                "appendcontent.js"
            ],
            "css": [],
            "all_frames": false,
            "run_at": "document_start",
            "include_globs": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jQuery\/jquery.min.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "auth.html",
        "default_icon": "images\/main-icon.png",
        "default_title": "Social Post Magic"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "jQuery\/*",
        "css\/*",
        "popup.js",
        "background\/*",
        "modal.html"
    ]
}