无碍壹帆 A Better IYF
在 iyf.tv 流畅观影无广告,配合 Adblock Plus 使用效果更加~
What is 无碍壹帆 A Better IYF?
无碍壹帆 A Better IYF is a Chrome extension developed by Yankuan Zhang, and its main feature is "在 iyf.tv 流畅观影无广告,配合 Adblock Plus 使用效果更加~".
Extension Screenshots
Download 无碍壹帆 A Better IYF Extension CRX File
Download 无碍壹帆 A Better IYF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
【爱壹帆】视频网站广告太烦,这个插件可以去除: - 视频暂停广告 - 视频右边侧栏广告 - 视频下方广告 对于每45分钟的20秒视频广告,这个插件可以在 Adblock Plus 的基础上进一步去除,基本可以说是无痕了。
Extension Basic Information
Name | 无碍壹帆 A Better IYF |
ID | mmihbeconnjgccljjbpdihhecmpjjkch |
Official URL | https://chromewebstore.google.com/detail/%E6%97%A0%E7%A2%8D%E5%A3%B9%E5%B8%86-a-better-iyf/mmihbeconnjgccljjbpdihhecmpjjkch |
Description | 在 iyf.tv 流畅观影无广告,配合 Adblock Plus 使用效果更加~ |
File Size | 16.72 KB |
Installation Count | 437 |
Current Version | 1.1 |
Last Updated | 2022-10-27 |
Publish Date | 2022-04-26 |
Rating | 3.00/5 Total 6 Ratings |
Developer | Yankuan Zhang |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/AugustusZ/iyf-ad-remover/issues |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u65e0\u788d\u58f9\u5e06 A Better IYF", "short_name": "BetterIYF", "description": "\u5728 iyf.tv \u6d41\u7545\u89c2\u5f71\u65e0\u5e7f\u544a\uff0c\u914d\u5408 Adblock Plus \u4f7f\u7528\u6548\u679c\u66f4\u52a0\uff5e", "version": "1.1", "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.iyf.tv\/*" ], "css": [ "styles.css" ], "js": [ "content-script.js" ], "run_at": "document_idle" } ] } |