Social Helper
Social Helper Extension. One extension with all the necessary tools for Instagram.
Social Helper란 무엇입니까?
Social Helper은(는) http://social-helper.apphb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Social Helper Extension. One extension with all the necessary tools for Instagram."입니다.
확장 프로그램 스크린샷
Social Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | |
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" } |