Auto Skip Ads

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

Auto Skip Ads क्या है?

Auto Skip Ads polaglick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Skip Ads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम Auto Skip Ads Auto Skip Ads
ID lpcpjnfniblaodlndjjbnfaafehlddnf
आधिकारिक URL https://chrome.google.com/webstore/detail/auto-skip-ads/lpcpjnfniblaodlndjjbnfaafehlddnf
विवरण Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…
फ़ाइल का आकार 129 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 1.0.0.86
अंतिम अपडेट 2022-04-19
प्रकाशन तिथि 2022-04-07
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर polaglick
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://autoskipads.com/
सहायता पृष्ठ URL https://autoskipads.com/#contact-us
गोपनीयता नीति पृष्ठ URL https://autoskipads.com
समर्थित भाषाएँ 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"
        }
    ]
}