+SNS Ex
Customize social media display, post drafts, and keyboard shortcuts.
+SNS Ex क्या है?
+SNS Ex https://hi0a.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize social media display, post drafts, and keyboard shortcuts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में +SNS Ex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extensions for SNS . * Save the draft text on SNS. * Keyboard shortcut ** Shift + Enter or Ctrl + Enter : post submit ** n : open post window ** Esc : close post window ++ , : home ** / : search ** p : profile ** m : notifiction etc. Support: TweetDeck, bluesky, TOKIMEKI bluesky, SkyDeck, firesky
एक्सटेंशन की मूल जानकारी
नाम | +SNS Ex |
ID | jagnffmpahidgbhkeomnfcngnhapddha |
आधिकारिक URL | https://chromewebstore.google.com/detail/+sns-ex/jagnffmpahidgbhkeomnfcngnhapddha |
विवरण | Customize social media display, post drafts, and keyboard shortcuts. |
फ़ाइल का आकार | 442 KB |
स्थापना संख्या | 669 |
वर्तमान संस्करण | 4.5.26 |
अंतिम अपडेट | 2024-03-06 |
प्रकाशन तिथि | 2015-01-27 |
रेटिंग | 4.71/5 कुल 24 रेटिंग्स |
डेवलपर | https://hi0a.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hi0a.com/ |
सहायता पृष्ठ URL | https://hi0a.com/ |
गोपनीयता नीति पृष्ठ URL | https://hi0a.com/privacy |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "+SNS Ex", "version": "4.5.26", "manifest_version": 3, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "+SNS Ex" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage" ], "default_locale": "en", "description": "__MSG_extensiondescription__", "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*", "https:\/\/twitter.com\/i\/tweetdeck" ], "js": [ "jquery.js", "TweetDeck\/tweetDeck.js" ], "css": [ "TweetDeck\/tweetDeck.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/staging.bsky.app\/*", "https:\/\/bsky.app\/*" ], "js": [ "jquery.js", "bsky\/bsky.js" ], "css": [ "bsky\/bsky.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/tokimekibluesky.vercel.app\/*", "https:\/\/tokimeki.blue\/*" ], "js": [ "jquery.js", "bsky\/tokimeki.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "js": [ "jquery.js", "bsky\/x.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/skydeck.social\/*" ], "js": [ "jquery.js", "bsky\/skydeck.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/firesky.tv\/*" ], "js": [ "jquery.js", "bsky\/firesky.js" ], "css": [ "bsky\/firesky.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/snort.social\/*" ], "js": [ "jquery.js", "nostr\/snort.js" ], "css": [ "nostr\/snort.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "*", "*.mp3", "*.png" ], "matches": [ " |