Social Filter

Hides posts & tweets with specific words & users on all social websites.

Social Filterคืออะไร?

Social Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ahmed-badawy.com และคุณลักษณะหลักของมันคือ "Hides posts & tweets with specific words & users on all social websites."

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

screenshot
screenshot

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

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

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

                        Internet is filled with ADs & stuff you don't want to see Like spoilers, Ads or celebrity you don't want to hear about. 
hide them all with our plugin. you choose the keywords you don't want to see & we hide topics that contains that word from your browser view. don't worry you still can read them if you hover over the red hidden mark.

It works with: Facebook, Twitter, Youtube, Google-Plus, Riddit.                    

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

ชื่อ Social Filter Social Filter
ID pahdoafacnmoblppkhfjaicdmlkplinj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-filter/pahdoafacnmoblppkhfjaicdmlkplinj
คำอธิบาย Hides posts & tweets with specific words & users on all social websites.
ขนาดไฟล์ 637 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-05-23
วันที่เผยแพร่ 2016-05-22
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://ahmed-badawy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ahmed-badawy.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Filter",
    "description": "Hides posts & tweets with specific words & users on all social websites.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "controller.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.facebook.com\/*",
                "https:\/\/www.twitter.com\/*",
                "http:\/\/www.twitter.com\/*",
                "https:\/\/*.twitter.com\/*",
                "http:\/\/*.twitter.com\/*",
                "https:\/\/plus.google.com\/*",
                "http:\/\/plus.google.com\/*",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/runtime-script.js"
            ]
        }
    ]
}