+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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 +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": [
                ""
            ]
        }
    ]
}