AdsSecured

Removes advertisements and tracking scripts.

Qu'est-ce que AdsSecured ?

AdsSecured est une extension Chrome développée par https://ads-secured.com, et sa fonction principale est "Removes advertisements and tracking scripts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AdsSecured

Téléchargez les fichiers d'extension AdsSecured au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AdsSecured AdsSecured
ID jigofigfieopipblcoodpblckbolkaaj
URL Officiel https://chromewebstore.google.com/detail/adssecured/jigofigfieopipblcoodpblckbolkaaj
Description Removes advertisements and tracking scripts.
Taille du Fichier 1.2 MB
Nombre d'Installations 24,793
Version Actuelle 1.0.11
Dernière Mise à Jour 2023-01-11
Date de Publication 2023-01-09
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://ads-secured.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ads-secured.com
URL de la Page d'Aide https://www.ads-secured.com/privacy-policy/
URL de la Page de Politique de Confidentialité https://www.ads-secured.com/privacy-policy
Langues Prises en Charge 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
        }
    ]
}