Ads Blocker
Ads Blocker - blocks all annoying ads, malware and tracking.
Ads Blockerとは何ですか?
Ads Blockerはhttps://adsblocker.topによって開発されたChromeの拡張機能で、その主な機能は「Ads Blocker - blocks all annoying ads, malware and tracking.」です。
拡張機能のスクリーンショット
Ads Blocker拡張機能のCRXファイルをダウンロード
Ads Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
★ AdsBlocker is the best ad blocker for Google Chrome, Microsoft Edge, Yandex Browser and other Chromium-based browsers.
● Blocks absolutely all ads on websites
● Blocks video ads on YouTube, RuTube and Twitch
● Removes all sponsored posts on Facebook
● Removes all advertising posts VKontakte
● Protects against malicious and phishing sites
● Blocks counters and analytics systems
● Improves page load times
● Blocks cryptocurrency miners
● Protects your personal data by blocking all known web tracking systems
★ Why is AdsBlocker better than AdBlock, Adblock Plus, AdGuard and uBlock?
● Does not ask for personal information to run and does not monitor your online activities
● Blocks all ads before they reach your computer
● Does not use your computer's resources
● Consumes less memory compared to other blockers
● Absolutely free
● Does not require additional settings
● 24/7 technical support
★ Too many ads in Chrome?
● AdsBlocker is a handy ad blocker that blocks video ads and social media sponsored posts
● Blocks ads, pop-ups and malware
● Protects your browser from malware and prevents advertisers from viewing your search history and personal information
● Blocks all animated ads
★ Tired of the fact that search engines give out a bunch of advertising links?
● Removes all sponsored links in all search engines including Google, Bing, Yahoo and others
● Completely removes all ad units from search results
★ Can't use social media properly because of ads?
● Removes all sponsored posts and ads in Facebook videos
● Hides all ads on vk.com, including video and audio ads
● Blocks ads on the ok.ru social network
★ Tired of popup windows?
● Blocks all malicious sites
● Blocks all pop ups and annoying banners
● Blocks ads on adult sites
★ Extension also available for Mozilla Firefox browser 拡張機能の基本情報
| 名前 | |
| ID | ngahaphlngmdfhbhkplbglnfhehnpgdb |
| 公式URL | https://chromewebstore.google.com/detail/ads-blocker/ngahaphlngmdfhbhkplbglnfhehnpgdb |
| 説明 | Ads Blocker - blocks all annoying ads, malware and tracking. |
| ファイルサイズ | 3 MB |
| インストール数 | 112,924 |
| 現在のバージョン | 7.1.5 |
| 最終更新日 | 2024-01-29 |
| 公開日 | 2020-05-23 |
| 評価 | 4.54/5 合計 576 レビュー |
| 開発者 | https://adsblocker.top |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://adsblocker.top |
| ヘルプページのURL | https://adsblocker.top/chrome/support/ |
| プライバシーポリシーページのURL | https://privacy.adsblocker.top/policy.html |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "images\/enabled.png",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"assistant\/host.js"
],
"run_at": "document_start"
}
],
"description": "__MSG_ext_description__",
"default_locale": "en",
"icons": {
"32": "images\/enabled.png",
"128": "images\/icon.png"
},
"manifest_version": 3,
"minimum_chrome_version": "104.0.0.0",
"homepage_url": "https:\/\/adsblocker.top",
"name": "__MSG_ext_name__",
"short_name": "__MSG_ext_name_short__",
"permissions": [
"tabs",
"webRequest",
"storage",
"alarms",
"scripting",
"declarativeNetRequest"
],
"host_permissions": [
" | |