Prime Ad Skipper

Skips preroll ads for Amazon Prime

Prime Ad Skipperคืออะไร?

Prime Ad Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Riley Bourne และคุณลักษณะหลักของมันคือ "Skips preroll ads for Amazon Prime"

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

screenshot

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

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

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

                        A simple extension to automatically skip any pre-roll ads in Amazon's Prime Video.

In the current version when an ad begins playing the extension will automatically press the "Skip" button. In future versions this will be toggleable via a popup ui for the edge cases where people may want to view content behind a "Skip" button.

LIMITATIONS:
Currently this only works if you access the video through its respective show page. Results may be varied if you press the "Play" icon on the main home page. This is going to be fixed in future releases.                    

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

ชื่อ Prime Ad Skipper Prime Ad Skipper
ID bnppfgmhmfikbaicmhfhaccjngkjlgig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prime-ad-skipper/bnppfgmhmfikbaicmhfhaccjngkjlgig
คำอธิบาย Skips preroll ads for Amazon Prime
ขนาดไฟล์ 39.03 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2022-12-03
วันที่เผยแพร่ 2022-12-02
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Riley Bourne
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Ad Skipper",
    "description": "Skips preroll ads for Amazon Prime",
    "homepage_url": "https:\/\/bigwillyshlongdong.gay",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "96": "logo-96.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "idle.js"
            ],
            "matches": [
                "https:\/\/*.primevideo.com\/*detail*",
                "http:\/\/*.primevideo.com\/*detail*"
            ]
        }
    ]
}