Mindback
Remove addictive features from websites such as Twitter, Facebook & Youtube.
什麼是Mindback?
Mindback是由christianvuerings開發的Chrome擴展程式,該擴展的主要功能是“Remove addictive features from websites such as Twitter, Facebook & Youtube.”。
擴展截圖
下載Mindback擴展crx文件
下載Mindback擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remove addictive features from social websites.
🔎 Focus on the content
⭐ Supports Facebook, Instagram, Twitter & Youtube
⚙️ Highly configurable
⚪ Facebook
- Hide notification count
- Hide title notification count
- Hide reaction counts
- Hide group conversations
- Hide reels and short videos
⚪ Instagram
- Hide shorts
- Hide suggestions for you
- Hide view & like count
- Hide view all comments
⚪ Twitter
- Hide followers/following counts
- Hide timeline counts
- Hide favicon badge
- Hide notification badge
- Hide notification title count
- Hide home badge
- Hide what's happening section
- Hide relevant people section
- Hide relevant sign up section
- Hide relevant who to follow section
- Hide topics to follow section
- Hide see more tweets modal
- Hide see what's happening modal
- Hide cookie bar
- Hide promoted tweets
⚪ Youtube
- Hide home feed
- Hide shorts tab
- Hide video sidebar
- Hide video comments
- Hide video like count
- Hide "new" subscription badge
- Hide autoplay
- Hide video end screen feed
Upcoming support: Pinterest 擴展基本資訊
| 名稱 | |
| ID | kmmegbfdlpeabmjobchliocjppcnhhdj |
| 官方網址 | https://chromewebstore.google.com/detail/mindback/kmmegbfdlpeabmjobchliocjppcnhhdj |
| 簡介 | Remove addictive features from websites such as Twitter, Facebook & Youtube. |
| 檔案大小 | 134 KB |
| 安裝次數 | 31 |
| 目前版本 | 0.0.5 |
| 更新時間 | 2022-09-14 |
| 上架時間 | 2022-08-17 |
| 評分 | 4.00/5 共 3 次評分 |
| 開發者 | christianvuerings |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/christianvuerings/mindback |
| 說明頁面URL | https://github.com/christianvuerings/mindback/issues |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mindback",
"version": "0.0.5",
"description": "Remove addictive features from websites such as Twitter, Facebook & Youtube.",
"homepage_url": "https:\/\/github.com\/christianvuerings\/mindback",
"manifest_version": 3,
"minimum_chrome_version": "100",
"action": {
"default_icon": "icon.323deeb1.png",
"default_popup": "options.4e9f8e51.html",
"default_title": "Mindback"
},
"icons": {
"128": "icon.323deeb1.png"
},
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/*.facebook.com\/*",
"https:\/\/*.instagram.com\/",
"https:\/\/twitter.com\/*",
"https:\/\/mobile.twitter.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.facebook.com\/*",
"https:\/\/*.instagram.com\/",
"https:\/\/twitter.com\/*",
"https:\/\/mobile.twitter.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*"
],
"js": [
"content.51cecba0.js"
],
"css": [
"content.162b5192.css"
],
"run_at": "document_start"
}
],
"options_ui": {
"browser_style": true,
"page": "options.4e9f8e51.html"
},
"background": {
"service_worker": "background.8d4563fb.js",
"type": "module"
}
} | |