Sarahah Block

This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)

Sarahah Blockคืออะไร?

Sarahah Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย swapydapy และคุณลักษณะหลักของมันคือ "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)"

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

screenshot

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

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

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

                        This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com 
You can see the post if you want to :)                    

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

ชื่อ Sarahah Block Sarahah Block
ID cimhbfgnhljfobaekifiljikjecfofgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm
คำอธิบาย This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
ขนาดไฟล์ 73.37 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2017-08-17
วันที่เผยแพร่ 2017-08-17
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา swapydapy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sarahah Block",
    "version": "0.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "mutation-summary.js",
                "cleaner.js",
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}