Newsfeed eradicator 2.0

Newsfeed eradicator for the fb redesign

Newsfeed eradicator 2.0란 무엇입니까?

Newsfeed eradicator 2.0은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Newsfeed eradicator for the fb redesign"입니다.

확장 프로그램 스크린샷

screenshot

Newsfeed eradicator 2.0 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This app will block your newsfeed if you are using the new Facebook Redesign. This is useful if you want to use fb without mindlessly scrolling.                    

확장 프로그램 기본 정보

이름 Newsfeed eradicator 2.0 Newsfeed eradicator 2.0
ID hghnhhmnjofkjaockndccidmkmbafann
공식 URL https://chromewebstore.google.com/detail/newsfeed-eradicator-20/hghnhhmnjofkjaockndccidmkmbafann
설명 Newsfeed eradicator for the fb redesign
파일 크기 11.28 KB
설치 횟수 329
현재 버전 1.0
최근 업데이트 2020-04-20
출시 날짜 2020-04-19
평점 4.00/5 총 3 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Newsfeed eradicator 2.0",
    "version": "1.0",
    "description": "Newsfeed eradicator for the fb redesign",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "override.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}