Limit Facebook feed

Facebook

Limit Facebook feed là gì?

Limit Facebook feed là một tiện ích mở rộng Chrome được phát triển bởi Gavriel Guseinov, và tính năng chính của nó là "Facebook".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Limit Facebook feed

Tải xuống các tệp mở rộng Limit Facebook feed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Are you asking yourself how to Limit facebook news feed and avoid doomscrolling or how to limit social media use? 
This extension is a social media detox solution that will stop doomscrolling and meaningless endless scrolling of the facebook newsfeed by limiting the length of the news feed what helps you to treat social media addiction and reduce social media use.

Functions:
put an end to the addicting endless facebook feed: you can limit facebook feed length.
Limit facebook news feed update intervals.
add social media detox quotes to your feed: get a motivating social media detox quotes that will help with your detox from social media.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Limit Facebook feed Limit Facebook feed
ID llodddmhnebaaihcmcmpcjpmhonegcid
URL Chính Thức https://chromewebstore.google.com/detail/limit-facebook-feed/llodddmhnebaaihcmcmpcjpmhonegcid
Mô tả Facebook
Kích Thước Tệp 253 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-04-06
Ngày Phát Hành 2022-02-23
Nhà Phát Triển Gavriel Guseinov
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Limit Facebook feed",
    "version": "1.0.2",
    "description": "__MSG_extDescription__",
    "author": "NextNextDev",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "offline_enabled": false,
    "default_locale": "en",
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/logo-16.png",
            "48": "icons\/logo-48.png",
            "128": "icons\/logo-128.png"
        },
        "default_title": "stop doomscrolling",
        "default_popup": "main.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "post.html"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}