Baidu Fanyi Download

Download Baidu Fanyi Playback

What is Baidu Fanyi Download?

Baidu Fanyi Download is a Chrome extension developed by dirkarnez, and its main feature is "Download Baidu Fanyi Playback".

Extension Screenshots

screenshot

Download Baidu Fanyi Download Extension CRX File

Download Baidu Fanyi 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

                        An open source Chrome extension (https://github.com/dirkarnez/baidu_fanyi_download) that downloads Baidu Fanyi playback.
Any contribution is welcome!                    

Extension Basic Information

Name Baidu Fanyi Download Baidu Fanyi Download
ID kbeailiimhihckjooojnkcieojpdeede
Official URL https://chromewebstore.google.com/detail/baidu-fanyi-download/kbeailiimhihckjooojnkcieojpdeede
Description Download Baidu Fanyi Playback
File Size 9.41 KB
Installation Count 238
Current Version 1.0
Last Updated 2021-01-09
Publish Date 2020-04-27
Developer dirkarnez
Email [email protected]
Payment Type free
Extension Website https://github.com/dirkarnez/baidu_fanyi_download
Help Page URL https://github.com/dirkarnez/baidu_fanyi_download
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Baidu Fanyi Download",
    "description": "Download Baidu Fanyi Playback",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fanyi.baidu.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "manifest_version": 2
}