+SNS Ex
Customize social media display, post drafts, and keyboard shortcuts.
+SNS Ex là gì?
+SNS Ex là một tiện ích mở rộng Chrome được phát triển bởi https://hi0a.com, và tính năng chính của nó là "Customize social media display, post drafts, and keyboard shortcuts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng +SNS Ex
Tải xuống các tệp mở rộng +SNS Ex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | +SNS Ex |
ID | jagnffmpahidgbhkeomnfcngnhapddha |
URL Chính Thức | https://chromewebstore.google.com/detail/+sns-ex/jagnffmpahidgbhkeomnfcngnhapddha |
Mô tả | Customize social media display, post drafts, and keyboard shortcuts. |
Kích Thước Tệp | 442 KB |
Số Lần Cài Đặt | 669 |
Phiên Bản Hiện Tại | 4.5.26 |
Cập Nhật Lần Cuối | 2024-03-06 |
Ngày Phát Hành | 2015-01-27 |
Đánh Giá | 4.71/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://hi0a.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hi0a.com/ |
URL Trang Trợ Giúp | https://hi0a.com/ |
URL Trang Chính Sách Bảo Mật | https://hi0a.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |