Youtube ad fast-forwarder

Automatically fast-forwards promotions in Youtube videos.

Youtube ad fast-forwarderคืออะไร?

Youtube ad fast-forwarder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย solehruziboev และคุณลักษณะหลักของมันคือ "Automatically fast-forwards promotions in Youtube videos."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube ad fast-forwarder

ดาวน์โหลดไฟล์ส่วนขยาย Youtube ad fast-forwarder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Hi! I've developed an extension for Youtube which automatically detects promotions of content creators and fast-forwards through them. Imagine you're watching a podcast and the content creator starts a commercial break which goes on for a minute. Youtube ad fast-forwarder will detect and fast-forward such promos. You can even mark promo sections for the community to benefit from, making everyone's viewing experience a breeze. And of course, I did not forget the native pre-roll ads. They are all fast-forwarded and skipped automatically. 

You can support this project at https://www.buymeacoffee.com/soleh, and meanwhile I can keep improving the service

Here is a more detailed breakdown of the features:

1. Automatic promotion detection. When a Youtuber starts promoting a product the extension will fast-forward the entire part. Please note however, that this is not magic, the algorithm is not perfect, so there will be times where it will fail to detect promotions. I'm constantly working on improving it so it will only get better from here.

One way to make the algorithm better is to let users report promos. You will have a "Skip promo" button (check the thumbnails) on the videos which will mark the next 5 seconds as a promo. This will benefit the whole community as more promos get reported. This data will eventually be used by the algorithm to more precisely detect promos.

2. Youtube ad blocker. A classic feature which detects whenever a Youtube ad is playing and automatically fast-forwarding and skipping it.

Common questions:

Is the extension free?
- Yes! As of now there are no costs I need to cover for this extension to work (apart from my time :)) and therefore it's free for everyone. Just install and use it.

Does the extension collect any private user data?
- No, nothing of that sort.

How can I say thank you to the developer?
- Now, that's a great question. If you could leave a review that would be really nnoice. Also, I would greatly appreciate if you are an active member of the community and you press "Skip promo" whenever there is one. If you are feeling suuuper generous you can buy me a coffee at https://www.buymeacoffee.com/soleh

Keywords: Youtube ad blocker, youtube ad skipper, youtube ad fast forwarder, ad, skip, block, sponsorship, promotion, promo, detect, autoskip, auto                    

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

ชื่อ Youtube ad fast-forwarder Youtube ad fast-forwarder
ID gimgmkmpmjfjdnlmolehpabbehcflhpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-ad-fast-forwarder/gimgmkmpmjfjdnlmolehpabbehcflhpc
คำอธิบาย Automatically fast-forwards promotions in Youtube videos.
ขนาดไฟล์ 273 KB
จำนวนการติดตั้ง 1,043
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-10-09
คะแนน 4.58/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา solehruziboev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.buymeacoffee.com/soleh
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube ad fast-forwarder",
    "version": "1.2.2",
    "description": "Automatically fast-forwards promotions in Youtube videos.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "peaceAmongTheWorlds.gif",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmdrZL55CowPiGMctcoNqWknEXvopDWQZSMhBLnzWrQ5X\/vIgrNdysI0awBZ1EI0+1OKqXhpan\/8lNB+mBY9zd5EK2Z6MsvP+K39I82EOtle2LyQmTv91UnczZ7If1QQuAkiE2yqQjrcHEwazhD\/ya+PUkSLWeFrJzWA7wU6nqw\/yGPCQTYn8l\/fzZD9vonTsxbKIspX8iJ1MXhQ1mO1R65V5FWw+q8Son\/WJM5ptrgDG7pI2Qx+loKHP4pF25FckCquty9PQEWWfXP9z2PjAzQNTMmrKHS12+KWJ6IdH0z5Og36WnWjmYT+8UGW6vvTRh1MxPHJP2unf56gsSbTbNwIDAQAB"
}