fairad
Removes sponsored content and paid posts from 20min.ch
fairadคืออะไร?
fairad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Gnägi และคุณลักษณะหลักของมันคือ "Removes sponsored content and paid posts from 20min.ch"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย fairad
ดาวน์โหลดไฟล์ส่วนขยาย fairad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hides sponsored content and paid posts on 20min.ch, blick.ch and watson.ch to protect you from subtle Ads. Just install it and it will remove those posts. Because F***ing paid posts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | empedbbiabgngoopcmlplkcnpdfagikk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fairad/empedbbiabgngoopcmlplkcnpdfagikk |
คำอธิบาย | Removes sponsored content and paid posts from 20min.ch |
ขนาดไฟล์ | 48.13 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-01-04 |
วันที่เผยแพร่ | 2018-01-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Daniel Gnägi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fairad", "version": "1.1", "description": "Removes sponsored content and paid posts from 20min.ch", "icons": { "48": "icons\/icon-01.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.20min.ch\/*", "*:\/\/*.watson.ch\/*", "*:\/\/*.blick.ch\/*" ], "js": [ "assets\/js\/jquery-3.2.1.min.js", "assets\/js\/fairad.js" ] } ] } |