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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edakehurst และคุณลักษณะหลักของมันคือ "Customize your FB experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genius Post Filter

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

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

                        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\/*"
    ]
}