AdsSecured

Removes advertisements and tracking scripts.

AdsSecuredคืออะไร?

AdsSecured เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ads-secured.com และคุณลักษณะหลักของมันคือ "Removes advertisements and tracking scripts."

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

screenshot

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

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

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

                        AdsSecured is the definitive ad blocker, as it removes pop-ups, annoying banners, tracking scripts and video ads.

Use AdsSecured to get rid of banner ads, pop-ups, tracking scripts and video ads and stop advertising companies from tracking your movements on the Internet.

Surf the web safely and ad-free with the most comprehensive and lightweight adblock extension for Chrome!

AdsSecured blocks:

- Annoying banner ads
- YouTube ads
- Annoying sponsored stories
- Ad network tracking
- Pop-ups and pop-unders
- Any type of community that is reported as annoying advertising.                    

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

ชื่อ AdsSecured AdsSecured
ID jigofigfieopipblcoodpblckbolkaaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adssecured/jigofigfieopipblcoodpblckbolkaaj
คำอธิบาย Removes advertisements and tracking scripts.
ขนาดไฟล์ 1.2 MB
จำนวนการติดตั้ง 24,793
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2023-01-11
วันที่เผยแพร่ 2023-01-09
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://ads-secured.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ads-secured.com
URL หน้าช่วยเหลือ https://www.ads-secured.com/privacy-policy/
URL หน้านโยบายความเป็นส่วนตัว https://www.ads-secured.com/privacy-policy
ภาษาที่รองรับ de,en,fr,nl,es,it,pl
manifest.json
{
    "action": {
        "default_icon": {
            "128": "resources\/icons\/128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/vendors\/AdguardTeam\/ExtendedCss.js",
                "js\/contentScript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules_1",
                "enabled": true,
                "path": "resources\/rules\/1.json"
            },
            {
                "id": "rules_2",
                "enabled": true,
                "path": "resources\/rules\/2.json"
            },
            {
                "id": "rules_3",
                "enabled": true,
                "path": "resources\/rules\/3.json"
            },
            {
                "id": "rules_4",
                "enabled": true,
                "path": "resources\/rules\/4.json"
            },
            {
                "id": "rules_5",
                "enabled": true,
                "path": "resources\/rules\/5.json"
            },
            {
                "id": "rules_6",
                "enabled": true,
                "path": "resources\/rules\/6.json"
            },
            {
                "id": "rules_7",
                "enabled": true,
                "path": "resources\/rules\/7.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "resources\/icons\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "short_name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.11",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "resources\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}