ADccelerator
Detects ads in YouTube videos and adjusts playback speed.
ADccelerator란 무엇입니까?
ADccelerator은(는) carlosgru83에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects ads in YouTube videos and adjusts playback speed."입니다.
확장 프로그램 스크린샷
ADccelerator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 ADccelerator: Your Companion on YouTube Experience YouTube in a revolutionary way with ADccelerator, the smart alternative to ad blockers. 🌐 Full Description: Meet Rabitto, our mascot, who is not a fan of ad blockers. Rabitto guides you in a more friendly YouTube experience with ADccelerator. 🔧 How ADccelerator Works: Install the Extension: Easily add it to Chrome. Adjust the Speed of Ads: Rabitto helps you choose the right speed. Enjoy a Lighter YouTube Experience: Fewer interruptions, more fluidity. ✨ Benefits of ADccelerator: Enhanced User Experience: Navigate YouTube with an intuitive interface. A Better Alternative to Blockers: Find the perfect balance for your YouTube experience, without the drawbacks of traditional blockers. Easy to Use: Suitable for all users. 🔄 ADccelerator in Development: ADccelerator is constantly evolving. Share and support our project for future updates and improvements. Your feedback is vital to us! 👥 Join the ADccelerator Community: Be part of a community that seeks a more balanced and conscious YouTube experience. 📥 Installation: Download ADccelerator now and start enjoying YouTube in a new and improved way with Rabitto. Be part of the change!
확장 프로그램 기본 정보
이름 | ADccelerator |
ID | cnpcaeikaojaffioeajgckhoidnichei |
공식 URL | https://chromewebstore.google.com/detail/adccelerator/cnpcaeikaojaffioeajgckhoidnichei |
설명 | Detects ads in YouTube videos and adjusts playback speed. |
파일 크기 | 77.57 KB |
설치 횟수 | 373 |
현재 버전 | 0.8 |
최근 업데이트 | 2023-12-04 |
출시 날짜 | 2023-12-01 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | carlosgru83 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,fr,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ADccelerator", "version": "0.8", "description": "__MSG_extensionDescription__", "default_locale": "en", "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_popup": "popup.html" }, "icons": { "48": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |