Botster.io

Botster.io extension

Botster.io क्या है?

Botster.io seobots.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Botster.io extension"।

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

screenshot
screenshot

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

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

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

                        This Chrome extension makes it easier to work with Botster.io by retrieving your session_id cookie data from your active Instagram, LinkedIn, YouTube or Facebook sessions so you don't have to do it manually. 

How it works?
- Install the extension.
- Make sure to be logged into your Instagram, YouTube, LinkedIn or Facebook account using Chrome.
- The extension will automatically retrieve your Instagram, YouTube, LinkedIn or Facebook session cookie once you open the bot start page.
That's it!

Have questions?
If you have any question about this extension, feel free to send us an email at [email protected] or contact us via our help form.

Update log:
- 0.6 update
Minor updated which improves connection to YouTube accounts.

- 0.5 update
YouTube support! Connect your YT account to Botster with this extension. 

- 0.4 update:
LinkedIn support! You can now connect to your LinkedIn profile using this extension. 

- 0.3 update:
Removed unnecessary/unused permissions from the extension. 

- 0.2 update:
We now support Facebook interaction! Make sure to be logged into your Facebook account for the changes to apply.

- 0.1 update:
BUGFIX: The extension will refresh your Instagram session_id if it has changed, instead of re-using the old hash.                    

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

नाम Botster.io Botster.io
ID bmjdihiiohchooihlbaciknpnoaoompj
आधिकारिक URL https://chrome.google.com/webstore/detail/botsterio/bmjdihiiohchooihlbaciknpnoaoompj
विवरण Botster.io extension
फ़ाइल का आकार 9.07 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.7
अंतिम अपडेट 2021-06-22
प्रकाशन तिथि 2020-04-19
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर seobots.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://botster.io
सहायता पृष्ठ URL https://botster.io/privacy
गोपनीयता नीति पृष्ठ URL https://seobots.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Botster.io",
    "description": "Botster.io extension",
    "version": "0.7",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/botster.io\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}