+SNS Ex

Customize social media display, post drafts, and keyboard shortcuts.

什麼是+SNS Ex?

+SNS Ex是由https://hi0a.com開發的Chrome擴展程式,該擴展的主要功能是“Customize social media display, post drafts, and keyboard shortcuts.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載+SNS Ex擴展crx文件

下載+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                    

擴展基本資訊

名稱 +SNS Ex +SNS Ex
ID jagnffmpahidgbhkeomnfcngnhapddha
官方網址 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": [
                ""
            ]
        }
    ]
}