Social Sponsored Ads Blocker
Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.
Social Sponsored Ads Blockerคืออะไร?
Social Sponsored Ads Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wilbert_abreu และคุณลักษณะหลักของมันคือ "Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Sponsored Ads Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Social Sponsored Ads Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We're all the product and the user on these social platforms, so this chrome extension aims to dynamically remove all "sponsored" / "promoted" posts / ads from Twitter, Facebook, LinkedIn, and Reddit. Let's take some power back.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Social Sponsored Ads Blocker |
ID | cefgndhbngdogmalpnhnidnnlkmbicig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/social-sponsored-ads-bloc/cefgndhbngdogmalpnhnidnnlkmbicig |
คำอธิบาย | Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit. |
ขนาดไฟล์ | 53.16 KB |
จำนวนการติดตั้ง | 330 |
เวอร์ชันปัจจุบัน | 4.0.10 |
อัปเดตครั้งล่าสุด | 2021-12-05 |
วันที่เผยแพร่ | 2019-12-27 |
คะแนน | 4.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | wilbert_abreu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Social Sponsored Ads Blocker", "description": "Removes sponsored \/ promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.", "version": "4.0.10", "browser_action": { "default_icon": "icon.png", "default_popup": "" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*", "https:\/\/www.reddit.com\/*", "https:\/\/www.linkedin.com\/*" ], "js": [ "removeSponsoredPosts.js" ] } ], "background": { "service_worker": "background.js" } } |