Botster.io

Botster.io extension

什麼是Botster.io?

Botster.io是由seobots.io開發的Chrome擴展程式,該擴展的主要功能是“Botster.io extension”。

擴展截圖

screenshot
screenshot

下載Botster.io擴展crx文件

下載Botster.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}