Auto Skip Ads

Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…

Qu'est-ce que Auto Skip Ads ?

Auto Skip Ads est une extension Chrome développée par polaglick, et sa fonction principale est "Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Skip Ads

Téléchargez les fichiers d'extension Auto Skip Ads 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

                        Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. 

Automatically skip a commercial while playing videos, track usage time & many more things with our extension.
The extension simply gives an answer of how to block ads.

If you are tired of waiting for ads to end or clicking on skip buttons over your video, this extension is for you.
A simple ad skipper that automate the task of clicking on the skip ad button.

Who likes Interruption? No one. 
Auto Skip Ads works automatically. Just click "Add to Chrome", then visit your favorite streaming platforms and see the ads disappear! 

Contact us! Show support or leave your comments at: [email protected].

~~ ♥ Keep in touch! ~~

Visit our site to learn more and get our latest updates and news:

→ https://www.autoskipads.com/                    

Informations de Base sur l'Extension

Nom Auto Skip Ads Auto Skip Ads
ID lpcpjnfniblaodlndjjbnfaafehlddnf
URL Officiel https://chrome.google.com/webstore/detail/auto-skip-ads/lpcpjnfniblaodlndjjbnfaafehlddnf
Description Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…
Taille du Fichier 129 KB
Nombre d'Installations 6,000
Version Actuelle 1.0.0.86
Dernière Mise à Jour 2022-04-19
Date de Publication 2022-04-07
Évaluation 3.00/5 Total 1 Évaluations
Développeur polaglick
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://autoskipads.com/
URL de la Page d'Aide https://autoskipads.com/#contact-us
URL de la Page de Politique de Confidentialité https://autoskipads.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Auto Skip Ads",
    "default_locale": "en",
    "version": "1.0.0.86",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}