+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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}