Clickbait Killer
Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
Clickbait Killerคืออะไร?
Clickbait Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Devon Fritz และคุณลักษณะหลักของมันคือ "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clickbait Killer
ดาวน์โหลดไฟล์ส่วนขยาย Clickbait Killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sick of looking at clickbait and other nonsense on Facebook? This app automatically filters garbage "content" from your Facebook news feed according to a blacklist you maintain. In the future, you will be able to not only filter on website names, but on suspect phrases (e.g. "totally awesome") as well.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clickbait Killer |
ID | bophlajogieadgcmhbphmffneoninfjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj |
คำอธิบาย | Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing. |
ขนาดไฟล์ | 51.61 KB |
จำนวนการติดตั้ง | 230 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-03-23 |
วันที่เผยแพร่ | 2015-03-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Devon Fritz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clickbait Killer", "version": "1.0", "description": "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.", "icons": { "128": "skull-1-icon.png" }, "browser_action": { "default_icon": "skull-1-icon.png", "default_popup": "gui.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "main.css" ], "js": [ "third-party\/jquery-2.1.1.min.js", "common.js", "removecb.js" ] } ] } |