Ad Speedup - Skip Video Ads 16X Faster

Automatically speed-up ads 16X on videos. 100% Free. Skip ads automatically. Hide ad banner. Clicks Skip add button automatically.

Ad Speedup - Skip Video Ads 16X Fasterคืออะไร?

Ad Speedup - Skip Video Ads 16X Faster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adspeedup.com และคุณลักษณะหลักของมันคือ "Automatically speed-up ads 16X on videos. 100% Free. Skip ads automatically. Hide ad banner. Clicks Skip add button automatically."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Speedup - Skip Video Ads 16X Faster

ดาวน์โหลดไฟล์ส่วนขยาย Ad Speedup - Skip Video Ads 16X Faster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Dive into an uninterrupted, enhanced YouTube experience with Ad Speedup! The ultimate game-changer for all YouTube enthusiasts. Why wait for ads to end when they can be automatically fast-forwarded up to 16X?

Key Features:
-----
⚡ Lightning-Fast Ads: Experience ads at 16x speed. Don’t let commercials slow you down.
🔇 Smart Muting - Ads are automatically muted, maintaining your viewing experience.
😺 Unnaffected Content - Your normal content is unaffected!
⏭️ Automatic Skipping - You don't have to press a thing!
🥷 Seamless Integration - Works in the background. Install it, and forget it's even there!
🤖 Ad Autoplay - Adverts play automatically, setting the stage for quicker skips.
🚧 AdBlocker Integration - Use this alongside your existing AdBlockers with no issues!
📃YouTube Video Summarizer - Summarize the YouTube Video using ChatGPT


Why Ad Speedup?
-----
🔶 More Content - Less Interruption: Maximize your viewing pleasure without interruptions.
🔶 User-Friendly - Intuitive design for effortless interaction.
🔶 Safe and Secure - Prioritizes your privacy and security.


Roadmap
-----
🎞️ - Other video platforms incoming!
👨‍💻 - Speed up in-video sponsor content
🙏 - Request your feature https://link.adspeedup.com/feedback
🤖 - Join our community https://link.adspeedup.com/discord


Disclaimer:
----- 
Ad Speedup is not affiliated with or endorsed by YouTube. Features subject to change based on platform updates.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ad Speedup - Skip Video Ads 16X Faster Ad Speedup - Skip Video Ads 16X Faster
ID pcjlckhhhmlefmobnnoolakplfppdchi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ad-speedup-skip-video-ads/pcjlckhhhmlefmobnnoolakplfppdchi
คำอธิบาย Automatically speed-up ads 16X on videos. 100% Free. Skip ads automatically. Hide ad banner. Clicks Skip add button automatically.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 348,690
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2024-02-11
วันที่เผยแพร่ 2023-11-24
คะแนน 4.18/5 รวมทั้งหมด 971 คะแนน
ผู้พัฒนา https://adspeedup.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://adspeedup.com
URL หน้าช่วยเหลือ https://link.adspeedup.com/discord
URL หน้านโยบายความเป็นส่วนตัว https://adspeedup.com/privacy-policy
ภาษาที่รองรับ en,es,es-419,pt-BR,pt-PT,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "Ad Speedup",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.9",
    "author": "adspeedup.com",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/chat.openai.com\/*",
        "https:\/\/prod-backend.adspeedup.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/*",
                "icons\/*"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}