Limit Facebook feed

Facebook

Limit Facebook feed란 무엇입니까?

Limit Facebook feed은(는) Gavriel Guseinov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Facebook"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Limit Facebook feed 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}