Genius Post Filter

Customize your FB experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.

Genius Post Filter란 무엇입니까?

Genius Post Filter은(는) edakehurst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your FB experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords."입니다.

확장 프로그램 스크린샷

screenshot

Genius Post Filter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Filter your FB posts. You can show only ads, or no ads, specify keywords, or set posts with certain keywords to never show, Take full control again!                    

확장 프로그램 기본 정보

이름 Genius Post Filter Genius Post Filter
ID ianiomiigpifmdngoikpkgejcddgochn
공식 URL https://chromewebstore.google.com/detail/genius-post-filter/ianiomiigpifmdngoikpkgejcddgochn
설명 Customize your FB experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.
파일 크기 4.28 MB
설치 횟수 908
현재 버전 1.0.50
최근 업데이트 2023-11-20
출시 날짜 2021-06-20
평점 5.00/5 총 1 개의 평점
개발자 edakehurst
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://edakehurst.kartra.com/page/PostFilter
도움말 페이지 URL https://edakehurst.kartra.com/help/GMCRMHelpdesk
개인정보 보호 정책 페이지 URL https://geniusposts.io/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genius Post Filter",
    "version": "1.0.50",
    "description": "Customize your FB experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.",
    "short_name": "GPF",
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Post_Filter-1624051299896-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Post_Filter-1624051300006-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Post_Filter-1624051300048-large_icon.png"
    },
    "action": {
        "default_popup": "dashboard.html",
        "default_title": "Genius Post Filter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "wrapper.js"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ]
}