Sarahah Facebook Feed Blocker

Block Facebook Posts containting Sarahah Links of the People you follow

Sarahah Facebook Feed Blockerคืออะไร?

Sarahah Facebook Feed Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MyAppClub.in และคุณลักษณะหลักของมันคือ "Block Facebook Posts containting Sarahah Links of the People you follow"

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

screenshot
screenshot

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

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

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

                        Are you fed up of the sarahah links of your facebook friends appearing on your feed again and again?

If yes, this extension is your solution. This will hide all the posts from your facebook feed on chrome which contain sarahah URLs of the people.                    

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

ชื่อ Sarahah Facebook Feed Blocker Sarahah Facebook Feed Blocker
ID oahkcpaacnaipehbecgaemenbcpjabal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sarahah-facebook-feed-blo/oahkcpaacnaipehbecgaemenbcpjabal
คำอธิบาย Block Facebook Posts containting Sarahah Links of the People you follow
ขนาดไฟล์ 30.91 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-08-14
วันที่เผยแพร่ 2017-08-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา MyAppClub.in
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sarahah Facebook Feed Blocker",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Block Facebook Posts containting Sarahah Links of the People you follow",
    "homepage_url": "http:\/\/myappclub.in\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}