Prime Ad Skipper | Fast Forward Ads

Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes.

Prime Ad Skipper | Fast Forward Adsคืออะไร?

Prime Ad Skipper | Fast Forward Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย basilieus และคุณลักษณะหลักของมันคือ "Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prime Ad Skipper | Fast Forward Ads

ดาวน์โหลดไฟล์ส่วนขยาย Prime Ad Skipper | Fast Forward Ads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Skip ads on Prime And Freevee.

This extension will detect if an ad appears in a video and will fast forward the ad until it completes. Use this extension for a better user experience on prime and freevee videos.

Other extensions degrade quality and can't be used for long periods of time, this extension solves performance and quality issues for a better extension currently in the store.

Working as of Dec '23.                    

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

ชื่อ Prime Ad Skipper | Fast Forward Ads Prime Ad Skipper | Fast Forward Ads
ID cejgladcdfpkmdhncmncloapbdijhaah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prime-ad-skipper-fast-for/cejgladcdfpkmdhncmncloapbdijhaah
คำอธิบาย Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes.
ขนาดไฟล์ 38.61 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-12-15
วันที่เผยแพร่ 2023-12-15
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา basilieus
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Ad Skipper | Fast Forward Ads",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Skip ads on Freevee.\nThis extension will detect if an ad appears in a video and fast forward the ad until it completes.",
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Fast Forward Through Freevee Ads!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.amazon.com\/gp\/video\/*",
        "http:\/\/www.amazon.com\/gp\/video\/*",
        "https:\/\/www.amazon.co.uk\/gp\/video\/*",
        "http:\/\/www.amazon.co.uk\/gp\/video\/*"
    ]
}