Social Helper

Social Helper Extension. One extension with all the necessary tools for Instagram.

Social Helperคืออะไร?

Social Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://social-helper.apphb.com และคุณลักษณะหลักของมันคือ "Social Helper Extension. One extension with all the necessary tools for Instagram."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Helper

ดาวน์โหลดไฟล์ส่วนขยาย Social Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features:
- Read and send direct messages
- Bulk viewing story
- Promotion account (likes / comments)
- Mobile view
- Upload photo to profile / story
- View Live broadcasts / Suggested broadcasts
- Download any photo or video from Feed / Story / Lives / Replays / Highlights / User's profile
- Download content from user's profile in one click (Posts / Saved / Tagged)
- Manage Followers
- Parsing hashtags used on profile
- Manage Comments / Likes from posts
- Add controls to video
- View stories Incognito
- Light and dark themes
--------------
VIDEO TUTORIALS:
https://www.youtube.com/watch?v=3O_8NwJVJNs&index=1&list=PL272WVKsA3rf93sGK1yhMEiE3d6DbDX_Z
--------------
PRIVACY POLICY:
http://social-helper.apphb.com/Home/PrivacyPolicy/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Social Helper Social Helper
ID codifnnlonenkojdcohfomnbkanpolhd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/social-helper/codifnnlonenkojdcohfomnbkanpolhd
คำอธิบาย Social Helper Extension. One extension with all the necessary tools for Instagram.
ขนาดไฟล์ 676 KB
จำนวนการติดตั้ง 4,139
เวอร์ชันปัจจุบัน 1.6.6.0
อัปเดตครั้งล่าสุด 2022-09-07
วันที่เผยแพร่ 2020-04-28
คะแนน 3.44/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา http://social-helper.apphb.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://social-helper.apphb.com
URL หน้านโยบายความเป็นส่วนตัว http://social-helper.apphb.com/Home/PrivacyPolicy
ภาษาที่รองรับ de,en,es,it,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "short_name": "Social Helper",
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "downloads",
        "webRequest",
        "cookies",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "\/js\/bootstrap.js",
                "\/js\/inject.js",
                "\/js\/story.js",
                "\/js\/dms.js",
                "\/js\/photoswipe.min.js",
                "\/js\/photoswipe-ui-default.min.js",
                "\/js\/moment.min.js",
                "\/js\/dash.all.min.js",
                "\/js\/inject_download_all.js"
            ],
            "css": [
                "\/css\/bootstrap.css",
                "\/css\/photoswipe.css",
                "\/css\/default-skin.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.instagram.com\/*"
        ],
        "ids": [
            "khodhonccikdiiooognnfghfmcofjacl"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "css\/*",
                "images\/*",
                "fonts\/*",
                "html\/*",
                "audio\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "\/images\/icon_128.png",
        "default_title": "Social Helper",
        "default_popup": "html\/settings.html"
    },
    "icons": {
        "128": "\/images\/icon_128.png"
    },
    "oauth2": {
        "client_id": "353780086095-hfnd963tans8oeo8ci4584sj892clnjf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "manifest_version": 3,
    "version": "1.6.6.0"
}