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開發的Chrome擴展程式,該擴展的主要功能是“Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…”。

擴展截圖

screenshot

下載Auto Skip Ads擴展crx文件

下載Auto Skip Ads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}