Ultima AdBlocker - The Life without Ads.
Ultima AdBlocker removes banners and video ads.
Apa itu Ultima AdBlocker - The Life without Ads.?
Ultima AdBlocker - The Life without Ads. adalah ekstensi Chrome yang dikembangkan oleh Ultima, dan fitur utamanya adalah "Ultima AdBlocker removes banners and video ads.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ultima AdBlocker - The Life without Ads.
Unduh file ekstensi Ultima AdBlocker - The Life without Ads. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Description:
Tired of intrusive ads disrupting your browsing experience? Say goodbye to pesky ads with Ultima AdBlocker - the ultimate Chrome extension designed to enhance your web surfing without distractions.
Features:
🚫 Powerful Ad Blocking: Enjoy a seamless browsing experience as Ultima AdBlocker efficiently blocks advertisements on websites, allowing you to focus on the content that matters.
🚀 Improved Page Load Times: By eliminating ads and other unnecessary elements, our extension speeds up page loading, ensuring you access your favorite websites faster.
🔒 Privacy Protection: Rest easy knowing that Ultima AdBlocker does not collect any personal information or track your browsing behavior. Your privacy is our priority.
🎨 Customizable Settings: Fine-tune your ad-blocking preferences with customizable settings. Whitelist your favorite sites to support content creators or enable/disable blocking on specific pages.
🌐 Seamless Compatibility: Our extension works seamlessly with Chrome, providing reliable ad blocking across various websites and web applications.
💡 Effortless Installation: Get up and running in no time. Simply install Ultima AdBlocker from the Chrome Web Store, and you're ready to browse ad-free!
Don't let annoying ads get in the way of your online experience. Install Ultima AdBlocker today and embrace a cleaner, faster, and more enjoyable web surfing journey.
Note: Ultima AdBlocker does not collect any personal data. Read our privacy policy for more details. Informasi Dasar Ekstensi
| Nama | |
| ID | ijmhcfhmmgokijndpfgleackflajjkdn |
| URL Resmi | https://chromewebstore.google.com/detail/ultima-adblocker-the-life/ijmhcfhmmgokijndpfgleackflajjkdn |
| Deskripsi | Ultima AdBlocker removes banners and video ads. |
| Ukuran File | 1.64 MB |
| Jumlah Instalasi | 36,922 |
| Versi Saat Ini | 1.0.1 |
| Terakhir Diperbarui | 2023-07-27 |
| Tanggal Publikasi | 2023-07-26 |
| Penilaian | 4.47/5 Total 19 Penilaian |
| Pengembang | Ultima |
| [email protected] | |
| Tipe Pembayaran | free |
| URL Halaman Kebijakan Privasi | https://freefromads.com/privacy.php |
| Bahasa yang Didukung | de,en,fr,nl,no,da,es,it,pt-BR,fi,sv |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "1.0.1",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"128": "icon.png"
},
"action": {
"default_title": "__MSG_appName__",
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"match_about_blank": true,
"all_frames": true,
"js": [
"third-party\/element-collapser.js",
"third-party\/css-hits-counter.js",
"third-party\/extended-css.js",
"content-scripts.js"
],
"run_at": "document_start",
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"tabs",
"alarms",
"scripting",
"storage",
"declarativeNetRequest",
"unlimitedStorage"
],
"host_permissions": [
" | |