Multitran with no ads
Remove ads from original multitran page
什么是Multitran with no ads?
Multitran with no ads是由dhilt开发的Chrome扩展程序,该扩展的主要功能是“Remove ads from original multitran page”。
扩展截图
下载Multitran with no ads扩展crx文件
下载Multitran with no ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now we can use our lovely Multitran without ads! Extension repository: https://github.com/dhilt/multitran-with-no-ads dhilt, 2015-2021
扩展基本信息
名称 | Multitran with no ads |
ID | cigpbgbohbdbifldinhkapjlmaooahgh |
官方URL | https://chromewebstore.google.com/detail/multitran-with-no-ads/cigpbgbohbdbifldinhkapjlmaooahgh |
简介 | Remove ads from original multitran page |
文件大小 | 38.09 KB |
安装次数 | 253 |
当前版本 | 0.1.0 |
更新时间 | 2021-09-24 |
上架时间 | 2017-09-01 |
评分 | 3.33/5 共3次评分 |
开发者 | dhilt |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/dhilt/multitran-with-no-ads |
支持的语言 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multitran with no ads", "short_name": "No ads multitran", "version": "0.1.0", "description": "Remove ads from original multitran page", "icons": { "48": "no-ads-multitran-icon48.png", "64": "no-ads-multitran-icon64.png", "128": "no-ads-multitran-icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.multitran.ru\/*", "https:\/\/www.multitran.ru\/*", "http:\/\/www.multitran.com\/*", "https:\/\/www.multitran.com\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "storage" ], "web_accessible_resources": [ "contentscript.css" ], "manifest_version": 2 } |