Soci Boom Inviter

Soci Boom Inviter likes into fan page.

Soci Boom Inviter क्या है?

Soci Boom Inviter https://sociboom.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Soci Boom Inviter likes into fan page."।

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

screenshot

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

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

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

                        SociBoom Fan Inviter ti permetterà di invitare gli Utenti che mettono Like ai Tuoi Post a mettere Like  anche sulla Fan Page! NO SPAM, potrai invitare solamente chi ha già interagito con i Post della tua Fan Page!                    

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

नाम Soci Boom Inviter Soci Boom Inviter
ID ijkkjogleknagmhancangebfkcjecpph
आधिकारिक URL https://chromewebstore.google.com/detail/soci-boom-inviter/ijkkjogleknagmhancangebfkcjecpph
विवरण Soci Boom Inviter likes into fan page.
फ़ाइल का आकार 66.27 KB
स्थापना संख्या 18
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2019-02-15
प्रकाशन तिथि 2019-02-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://sociboom.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sociboom.net
सहायता पृष्ठ URL https://supporto.sociboom.net
समर्थित भाषाएँ it
manifest.json
{
    "name": "Soci Boom Inviter",
    "description": "Soci Boom Inviter likes into fan page.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Soci Boom Inviter"
    },
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "plugins\/jquery.min.js",
                "plugins\/rx.lite.min.js",
                "scripts\/contents.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "1.0.3"
}