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...”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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';"
} | |