Remove Annoying Ads

Remove Annoying Ads is a powerfull tool that allows you to block annoying ads and trackers!

Remove Annoying Adsคืออะไร?

Remove Annoying Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://removeannoyingads.com และคุณลักษณะหลักของมันคือ "Remove Annoying Ads is a powerfull tool that allows you to block annoying ads and trackers!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Annoying Ads

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

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

                        FEATURES
   ● Stop the intrusion of ads, pop-ups, and banners.
   ● Prevent preroll ads from loading on Youtube.
   ● Block third-party trackers that invade your privacy.
   ● Browse with peace of mind thanks to our built-in malware, scam, 
      and cryptocurrency 
       miner blocker. Your information is safe.
   ● Enjoy a faster Internet experience by loading pages in under 1 
      second.
   ● Get quick responses from our friendly support team.
   ● 7-day free premium access to disable unwanted ads & intrusive 
      trackers.

Further details of both our terms & privacy policies can be found below:
Terms of service: https://removeannoyingads.com/terms 
Privacy policy: https://removeannoyingads.com/privacy                    

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

ชื่อ Remove Annoying Ads Remove Annoying Ads
ID ildhmbndnhjgbiidbeedinaimmmfaohc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-annoying-ads/ildhmbndnhjgbiidbeedinaimmmfaohc
คำอธิบาย Remove Annoying Ads is a powerfull tool that allows you to block annoying ads and trackers!
ขนาดไฟล์ 2.62 MB
จำนวนการติดตั้ง 656
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2024-02-18
วันที่เผยแพร่ 2022-02-17
คะแนน 4.68/5 รวมทั้งหมด 98 คะแนน
ผู้พัฒนา https://removeannoyingads.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://removeannoyingads.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.chattertime.media/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "manifest_version": 3,
    "name": "Remove Annoying Ads",
    "description": "Remove Annoying Ads is a powerfull tool that allows you to block annoying ads and trackers!",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "blockAdContent.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "trialPopups.bundle.js"
            ],
            "css": [
                "popups.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "block_ads",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "tutorial.html",
                "icon_64.png",
                "logo.png",
                "switch.png",
                "check-mark.svg",
                "total-ads.png",
                "total-trackers.png",
                "trial-exp-popup-img.png",
                "popups.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}