我要看视频
视频观看的辅助工具,劳动成果,欢迎打赏~~
What is 我要看视频?
我要看视频 is a Chrome extension developed by 韩振东, and its main feature is "视频观看的辅助工具,劳动成果,欢迎打赏~~".
Extension Screenshots
Download 我要看视频 Extension CRX File
Download 我要看视频 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
视频观看的时候很多不方便的操作,插件帮你解决,方便快捷
Extension Basic Information
Name | |
ID | bhdihcbcbghcfkmebadmidgbnedfabep |
Official URL | https://chrome.google.com/webstore/detail/%E6%88%91%E8%A6%81%E7%9C%8B%E8%A7%86%E9%A2%91/bhdihcbcbghcfkmebadmidgbnedfabep |
Description | 视频观看的辅助工具,劳动成果,欢迎打赏~~ |
File Size | 327 KB |
Installation Count | 42 |
Current Version | 1.4.1 |
Last Updated | 2021-02-18 |
Publish Date | 2021-02-09 |
Developer | 韩振东 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "\u4f1a\u98de\u7684\u732a" }, "manifest_version": 2, "name": "\u6211\u8981\u770b\u89c6\u9891", "author": "\u97e9\u632f\u4e1c", "short_name": "\u7f51\u7ad9\u89c6\u9891", "description": "\u89c6\u9891\u89c2\u770b\u7684\u8f85\u52a9\u5de5\u5177\uff0c\u52b3\u52a8\u6210\u679c,\u6b22\u8fce\u6253\u8d4f~~", "permissions": [ "background", "contextMenus", "tabs" ], "version": "1.4.1" } |