Auto Skip Ads
Auto skip Video Ads on Youtube. Disables Ads on Youtube and Google.
Auto Skip Ads란 무엇입니까?
Auto Skip Ads은(는) autoskiper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto skip Video Ads on Youtube. Disables Ads on Youtube and Google."입니다.
확장 프로그램 스크린샷
Auto Skip Ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Removes ads from Google™ and Youtube™ & Auto Skip Video Ads What you get : ⭐ Youtube Ads - Auto skips video Ads from Youtube and Google when possible. ⭐ Ad blocking - removes most ads from Google and Youtube ⭐ Stealth - Not detected by Anti Ad Block ✓ Permissions: like common ad-blocking extensions we only need access to Google and Youtube to remove their ads. ⓘ About The technology is a custom scripts and css that auto skip video ads and removes ads. In some cases its not possible to skip a Youtube video ad, sorry about that. It is free to download and use!
확장 프로그램 기본 정보
이름 | |
ID | lpfamadebmhbmkmhcdfbpmlgpfidhmfo |
공식 URL | https://chrome.google.com/webstore/detail/auto-skip-ads/lpfamadebmhbmkmhcdfbpmlgpfidhmfo |
설명 | Auto skip Video Ads on Youtube. Disables Ads on Youtube and Google. |
파일 크기 | 12.95 KB |
설치 횟수 | 100,000 |
현재 버전 | 1.0.0.4 |
최근 업데이트 | 2021-06-28 |
출시 날짜 | 2021-06-09 |
평점 | 3.94/5 총 17 개의 평점 |
개발자 | autoskiper.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://autoskiper.com |
도움말 페이지 URL | https://autoskiper.com |
개인정보 보호 정책 페이지 URL | https://autoskiper.com/privacy.html |
지원되는 언어 | de,en,fr,nl,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0.4", "default_locale": "en", "description": "__MSG_appDesc__", "permissions": [ "storage" ], "icons": { "128": "128.png" }, "web_accessible_resources": [ "128.png" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.google.com\/search*", "https:\/\/www.google.at\/search*", "https:\/\/www.google.be\/search*", "https:\/\/www.google.ca\/search*", "https:\/\/www.google.ch\/search*", "https:\/\/www.google.de\/search*", "https:\/\/www.google.dk\/search*", "https:\/\/www.google.es\/search*", "https:\/\/www.google.fi\/search*", "https:\/\/www.google.fr\/search*", "https:\/\/www.google.it\/search*", "https:\/\/www.google.se\/search*", "https:\/\/www.google.nl\/search*", "https:\/\/www.google.no\/search*", "https:\/\/www.google.cl\/search*", "https:\/\/www.google.ie\/search*", "https:\/\/www.google.co.in\/search*", "https:\/\/www.google.com.ph\/search*", "https:\/\/www.google.com.my\/search*", "https:\/\/www.google.com.id\/search*", "https:\/\/www.google.com.pe\/search*", "https:\/\/www.google.com.tw\/search*", "https:\/\/www.google.com.sg\/search*", "https:\/\/www.google.com.co\/search*", "https:\/\/www.google.com.ar\/search*", "https:\/\/www.google.com.hk\/search*", "https:\/\/www.google.com.mx\/search*", "https:\/\/www.google.com.ve\/search*", "https:\/\/www.google.com.au\/search*", "https:\/\/www.google.com.br\/search*", "https:\/\/www.google.com.th\/search*", "https:\/\/www.google.com.vn\/search*", "https:\/\/www.google.com.au\/search*", "https:\/\/www.google.co.uk\/search*", "https:\/\/www.google.co.nz\/search*" ], "run_at": "document_start", "js": [ "content.js" ] } ], "manifest_version": 2 } |