Social Switch
Redirect Instagram and TikTok URLs to anonymous viewers
Social Switch란 무엇입니까?
Social Switch은(는) Claromes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirect Instagram and TikTok URLs to anonymous viewers"입니다.
확장 프로그램 스크린샷
Social Switch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Access any profile, posts, tagged posts, stories profile or tags on Instagram or any profile on TikTok and the extension will redirect automatically to web viewers. From Instagram URLs to Picuki.com or Imginn.com, and from TikTok URLs to UrleBird.com or Xaller.com. Select a viewer option and enable or disable redirection through the popup. -- Supported URLs -- Instagram: instagram.com/handle instagram.com/handle/tagged instagram.com/stories/handle (only Imginn) instagram.com/p/short_code (only Imginn) instagram.com/handle/p/short_code (only Imginn) instagram.com/reel/short_code (only Imginn) instagram.com/handle/reel/short_code (only Imginn) instagram.com/explore/tags/tag_name (only Picuki) TikTok: tiktok.com/@handle Important: For Instagram post URLs (instagram.com/p/short_code) and Instagram stories profile URLs (instagram.com/stories/handle), regardless of the redirection option, the extension will redirect to Imginn.com. This viewer uses the original post short code, and it has the option to view only stories via URL. However, for tag URLs (instagram.com/explore/tags/tag_name), irrespective of the redirection option, the extension will redirect to Picuki.com, as only this viewer supports tag search. Note: This extension is not affiliated with Instagram, TikTok, Picuki, Imginn, UrleBird and Xaller.
확장 프로그램 기본 정보
이름 | Social Switch |
ID | elmbjjhgiifenlhffpjcjfkjmilbbfki |
공식 URL | https://chromewebstore.google.com/detail/social-switch/elmbjjhgiifenlhffpjcjfkjmilbbfki |
설명 | Redirect Instagram and TikTok URLs to anonymous viewers |
파일 크기 | 16.13 KB |
설치 횟수 | 138 |
현재 버전 | 0.5.1.1 |
최근 업데이트 | 2024-01-29 |
출시 날짜 | 2023-07-23 |
개발자 | Claromes |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/claromes/socialswitch |
도움말 페이지 URL | https://github.com/claromes/socialswitch/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Social Switch", "version": "0.5.1.1", "description": "Redirect Instagram and TikTok URLs to anonymous viewers", "homepage_url": "https:\/\/github.com\/claromes\/socialswitch", "author": "Claromes", "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" } } |