Hide Ads For OfferUp
Hide ads in OfferUp search results.
Hide Ads For OfferUpคืออะไร?
Hide Ads For OfferUp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nibir Bora และคุณลักษณะหลักของมันคือ "Hide ads in OfferUp search results."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Ads For OfferUp
ดาวน์โหลดไฟล์ส่วนขยาย Hide Ads For OfferUp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hide Ads For OfferUp will remove ads from the list of search results on offerup.com. The current version requires the user to click a "Hide Ads!" button, but future versions of this extension will automatically hide ads.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hide Ads For OfferUp |
ID | ddbnmpjfkgepndpglclikflamdlmbgae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-ads-for-offerup/ddbnmpjfkgepndpglclikflamdlmbgae |
คำอธิบาย | Hide ads in OfferUp search results. |
ขนาดไฟล์ | 3.85 KB |
จำนวนการติดตั้ง | 265 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-04-26 |
วันที่เผยแพร่ | 2020-04-26 |
คะแนน | 1.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Nibir Bora |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/offerup.com\/search\/*" ], "js": [ "content_script.js" ] } ], "description": "Hide ads in OfferUp search results.", "manifest_version": 2, "name": "Hide Ads For OfferUp", "permissions": [ "tabs" ], "version": "0.0.1" } |