RapidVideoAdblocker
remove ads by RapidVideo
What is RapidVideoAdblocker?
RapidVideoAdblocker is a Chrome extension developed by ヴぁんぱいあ, and its main feature is "remove ads by RapidVideo".
Extension Screenshots
Download RapidVideoAdblocker Extension CRX File
Download RapidVideoAdblocker 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
RapidVideoの広告を削除します。 Remove RapidVideo ads. [update log] 1.1 add rapidvideoDomains 1.0 release
Extension Basic Information
Name | RapidVideoAdblocker |
ID | aibbgnpaoiohjknlfecdpjohmhieiddh |
Official URL | https://chromewebstore.google.com/detail/rapidvideoadblocker/aibbgnpaoiohjknlfecdpjohmhieiddh |
Description | remove ads by RapidVideo |
File Size | 117 KB |
Installation Count | 39 |
Current Version | 1.1 |
Last Updated | 2019-08-20 |
Publish Date | 2019-08-20 |
Developer | ヴぁんぱいあ |
Payment Type | free |
Extension Website | https://9ketsuki.info |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RapidVideoAdblocker", "description": "remove ads by RapidVideo", "version": "1.1", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "myscript.js" ] } ] } |