True AdBlocker - free adblocker

Block Ads On Youtube, Twitch,spotify,hulu and popup

True AdBlocker - free adblockerคืออะไร?

True AdBlocker - free adblocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Underpin Extensions และคุณลักษณะหลักของมันคือ "Block Ads On Youtube, Twitch,spotify,hulu and popup"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย True AdBlocker - free adblocker

ดาวน์โหลดไฟล์ส่วนขยาย True AdBlocker - free adblocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Disable pop-ups and advertisements on your preferred websites, including Facebook, Twitch, and YouTube.
The best trueAdblocker has over 60 million users and has been downloaded over 350 million times on Chrome.

Features
1.Stop pop-ups, advertisements, and bothersome banners (and get rid of video commercials, too!) on all of your favourite websites, including YouTube, Facebook, and Twitch.
2.Block unauthorised trackers to safeguard your privacy.
3.By preventing unwanted advertisements, frauds, and Bitcoin miners, you may browse securely.
4.Enjoy faster internet by improving page load times.
5.Use filters, whitelists, dark mode, and other vibrant themes to make your experience more unique.
6.Backup and synchronise your custom ad-blocking rules and whitelists across all of your Chrome profiles.
7.Replace some adverts with images of cats, dogs, and landscapes to enjoy personalised ad blocking.
8.Receive immediate help from the trueAdblocker team and benefit from a comprehensive Help Center.

About

To block advertisements on the entire web, download the free trueAdblocker from trueAdblocker. In addition to defending your browser against viruses, trueAdblocker also prevents advertising from accessing your browsing history and private data.

Chrome's trueAdlocker operates automatically. To see the ads gone, simply click "Add to Chrome" and then visit your desired page. Continue to see unobtrusive advertisements, add your favourite websites to a whitelist, or automatically ban all ads.

Being a member of the Acceptable Advertising program, trueAdblocker allows modest advertisements to run on websites without being automatically disabled. Because we think users should prefer what they view online, trueAdblocker's settings make it simple to opt-out.

Notes

The warning you see about someone having access to your browsing history and website data was generated automatically because trueAdblocker runs in every tab. Yet, neither does it truly track your surfing history or require your personal data to work properly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ True AdBlocker - free adblocker True AdBlocker - free adblocker
ID bfnbbojgkemfejhnedknbidfceobmmek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/true-adblocker-free-adblo/bfnbbojgkemfejhnedknbidfceobmmek
คำอธิบาย Block Ads On Youtube, Twitch,spotify,hulu and popup
ขนาดไฟล์ 2.32 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2023-12-01
วันที่เผยแพร่ 2023-08-15
คะแนน 4.77/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา Underpin Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.trueadblocker.net/
URL หน้าช่วยเหลือ https://www.trueadblocker.net/contact-us
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "True AdBlocker - free adblocker",
    "description": "Block Ads On Youtube, Twitch,spotify,hulu and popup",
    "version": "1.6.0",
    "manifest_version": 3,
    "icons": {
        "16": "TrueAdBlocker16x16.png",
        "48": "TrueAdBlocker48x48.png",
        "128": "TrueAdBlocker128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "TrueAdBlocker True AdBlocker - free adblocker",
        "default_icon": "TrueAdBlocker16x16.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "adRemove.js",
                "removeTwitchAds.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "contentScriptSpotify.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "Youtube.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "adRemove.js",
                "removeTwitchAds.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        },
        {
            "resources": [
                "contentScriptSpotify.js",
                "adsSweetalertSpotify.js",
                "adsAdsRemoveSpotify.js",
                "adswsHooksSpotify.js"
            ],
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ]
        }
    ]
}