Limit Facebook feed

Facebook

Limit Facebook feedคืออะไร?

Limit Facebook feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gavriel Guseinov และคุณลักษณะหลักของมันคือ "Facebook"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Limit Facebook feed

ดาวน์โหลดไฟล์ส่วนขยาย Limit Facebook feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Limit Facebook feed Limit Facebook feed
ID llodddmhnebaaihcmcmpcjpmhonegcid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/limit-facebook-feed/llodddmhnebaaihcmcmpcjpmhonegcid
คำอธิบาย Facebook
ขนาดไฟล์ 253 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-04-06
วันที่เผยแพร่ 2022-02-23
ผู้พัฒนา Gavriel Guseinov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
        }
    ]
}