Prime Ad Skipper
Skips preroll ads for Amazon Prime
什麼是Prime Ad Skipper?
Prime Ad Skipper是由Riley Bourne開發的Chrome擴展程式,該擴展的主要功能是“Skips preroll ads for Amazon Prime”。
擴展截圖
下載Prime Ad Skipper擴展crx文件
下載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 |
ID | bnppfgmhmfikbaicmhfhaccjngkjlgig |
官方網址 | 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*" ] } ] } |