Feed Blocker

Block annoying feeds on social media...

Feed Blockerคืออะไร?

Feed Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย silanthibot และคุณลักษณะหลักของมันคือ "Block annoying feeds on social media..."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feed Blocker

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

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

                        Tired of sarahah posts on facebook?
Block annoying feed from specific app or website on websites like facebook etc.
This analyses the images on your news feed and tries to find if it is a sarahah photo or not. If yes, it removes them for you.. You can enable and disable the content you wish to see at any time.                    

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

ชื่อ Feed Blocker Feed Blocker
ID bfafecjfeogalhnanmiohcekaoahjndh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feed-blocker/bfafecjfeogalhnanmiohcekaoahjndh
คำอธิบาย Block annoying feeds on social media...
ขนาดไฟล์ 113 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-08-15
วันที่เผยแพร่ 2017-08-15
ผู้พัฒนา silanthibot
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feed Blocker",
    "description": "Block annoying feeds on social media...",
    "version": "0.0.1",
    "optional_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "FB Feed Blocker",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "22": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        "img\/logo.png"
    ]
}