Social Switch
Redirect Instagram and TikTok URLs to anonymous viewers
Social Switch क्या है?
Social Switch Claromes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect Instagram and TikTok URLs to anonymous viewers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Social Switch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |