Social tools

Provides useful utilities for users of social networks: Facebook, Messenger, Instagram, Reddit...

Social toolsとは何ですか?

Social toolsはhttps://alexstack.devによって開発されたChromeの拡張機能で、その主な機能は「Provides useful utilities for users of social networks: Facebook, Messenger, Instagram, Reddit...」です。

拡張機能のスクリーンショット

screenshot
screenshot

Social tools拡張機能のCRXファイルをダウンロード

Social tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Social tools (updateed 3/2021)
Provides useful utilities for users of social networks: Facebook, Messenger, Instagram, Reddit...

New feature:
✨✨ Block delivery receipts in Facebook and Messenger: this function only working when only have this pc online and enable this may break something (experimental feature)

Features:
🎉Block sending "seen" indicator: you can read message without sending any mask as read(This also call unseen message)
🎉Block sending typing indicator
🎉Block "seen" stories FB/INS: you ca view your friend's stories free, nobody know you seen that 


If you have any issues or suggest feature, please don't heistsite to contact to me

How to use:
 + install extension
 + Reload chrome and open Facebook/Messenger
 + Enable features option by click on extension icon
 + Comeback here and rate 5 *
 + Enjoy it ^^


If you just want to use Unseen feature, you can use this extension: 
https://chrome.google.com/webstore/detail/unseen-message/oapcfkclledjbalilncpoimgjgcndhdo

☕☕ Buy me a coffee will help me a lots at midnight: https://buymeacoffee.com/Alexstack                    

拡張機能の基本情報

名前 Social tools Social tools
ID llbdoljkknpjgfcnbnoiehjcgancpjmd
公式URL https://chromewebstore.google.com/detail/social-tools/llbdoljkknpjgfcnbnoiehjcgancpjmd
説明 Provides useful utilities for users of social networks: Facebook, Messenger, Instagram, Reddit...
ファイルサイズ 592 KB
インストール数 12,251
現在のバージョン 1.0.0
最終更新日 2021-03-29
公開日 2021-01-22
評価 4.64/5 合計 231 レビュー
開発者 https://alexstack.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.facebook.com/AlexStack.Dev
ヘルプページのURL https://m.me/AlexStack.Dev
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social tools",
    "author": "Alexstack.dev",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Provides useful utilities for users of social networks: Facebook, Messenger, Instagram, Reddit...",
    "icons": {
        "48": "src\/images\/48.png",
        "128": "src\/images\/128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.messenger.com\/t*",
        "https:\/\/*.instagram.com\/*"
    ],
    "background": {
        "scripts": [
            "src\/scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/t\/*",
                "https:\/\/www.instagram.com\/direct\/*"
            ],
            "js": [
                "src\/inject\/inject_worker.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "src\/images\/48.png"
    },
    "web_accessible_resources": [
        "src\/inject\/injectws.js",
        "src\/inject\/p1.min.js"
    ],
    "homepage_url": "https:\/\/facebook.com\/alexstack.dev",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; object-src 'self';"
}