AdsSecured

Removes advertisements and tracking scripts.

AdsSecured란 무엇입니까?

AdsSecured은(는) https://ads-secured.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes advertisements and tracking scripts."입니다.

확장 프로그램 스크린샷

screenshot

AdsSecured 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}