+SNS Ex
Customize social media display, post drafts, and keyboard shortcuts.
+SNS Exคืออะไร?
+SNS Ex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hi0a.com และคุณลักษณะหลักของมันคือ "Customize social media display, post drafts, and keyboard shortcuts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย +SNS Ex
ดาวน์โหลดไฟล์ส่วนขยาย +SNS Ex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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": [
" | |