Ad-O-Meter - Better than AdBlocker
Enrich the Google search result with the number of adverts you see if you visit one of the shown urls, like a pre-warning system.
Ad-O-Meter - Better than AdBlockerคืออะไร?
Ad-O-Meter - Better than AdBlocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 2.341.875 Downloads และคุณลักษณะหลักของมันคือ "Enrich the Google search result with the number of adverts you see if you visit one of the shown urls, like a pre-warning system."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad-O-Meter - Better than AdBlocker
ดาวน์โหลดไฟล์ส่วนขยาย Ad-O-Meter - Better than AdBlocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ad-O-Meter is a unique early-warning system for ad-heavy pages. It is NOT an AdBlocker! When you google something, the Ad-O-Meter shows you – seamlessly integrated into the google search results – how many ads are going to be on each page. You see this before you even click on the link! This lets you avoid visiting pages covered in ads, and saves you having to click back and forth in firefox. Find ad-free pages faster, save time browsing and ultimately get the information you're looking for more quickly and more easily. Furthermore, steering clear of pages overloaded with unnecessary ads helps you keep your data usage down. The Ad-O-Meter's little red bubbles help you identify which websites are full of ads and which are relatively less polluted. So, users can decide which link they want to click on to ensure a stress-free browsing environment. As opposed to our competitors (did someone say AdBlock?), you can trust that Ad-Busters will ensure you don’t lose your mind being chased deeper and deeper into hell by adverts that refuse to be closed. How does this work? The Ad-O-Meter service gathers data on the number of adverts on each URL, which forms the basis for the index. This data is then integrated back into the google search results. Our aim is that, eventually, people will be able to deactivate their adblockers (no more fighting), thereby avoiding anti-ad-blockers - and still benefit from fast and ad-low webrequests.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mfodjnnimgpiflndkchcciifopejhmoe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ad-o-meter-better-than-ad/mfodjnnimgpiflndkchcciifopejhmoe |
คำอธิบาย | Enrich the Google search result with the number of adverts you see if you visit one of the shown urls, like a pre-warning system. |
ขนาดไฟล์ | 901 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 0.1.9 |
อัปเดตครั้งล่าสุด | 2017-06-20 |
วันที่เผยแพร่ | 2017-06-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | 2.341.875 Downloads |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://ad-o-meter.com/privpolicy.htm |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ad-O-Meter - Better than AdBlocker", "short_name": "Ad-O-Meter", "description": "Enrich the Google search result with the number of adverts you see if you visit one of the shown urls, like a pre-warning system.", "version": "0.1.9", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png", "256": "icons\/icon_256.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Ad-O-Meter - Better than AdBlocker", "default_icon": "icons\/icon_32.png", "default_popup": "fe\/popup\/popup.html" }, "background": { "persistent": false, "scripts": [ "\/be\/lib\/Zip.js", "\/be\/lib\/AdMeter.js", "\/be\/main.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.google.at\/*", "https:\/\/www.google.ca\/*", "https:\/\/www.google.ch\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.com\/*", "https:\/\/www.google.de\/*", "https:\/\/www.google.dk\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.fi\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.gr\/*", "https:\/\/www.google.ie\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.nl\/*", "https:\/\/www.google.no\/*", "https:\/\/www.google.pl\/*", "https:\/\/www.google.pt\/*", "https:\/\/www.google.se\/*" ], "js": [ "\/fe\/scripts\/content-script.js" ] } ], "web_accessible_resources": [ "\/fe\/img\/ad-o-meter_circle_grey.png", "\/fe\/img\/ad-o-meter_circle_red.png" ] } |