Multitran with no ads
Remove ads from original multitran page
What is Multitran with no ads?
Multitran with no ads is a Chrome extension developed by dhilt, and its main feature is "Remove ads from original multitran page".
Extension Screenshots
Download Multitran with no ads Extension CRX File
Download Multitran with no ads 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
Now we can use our lovely Multitran without ads! Extension repository: https://github.com/dhilt/multitran-with-no-ads dhilt, 2015-2021
Extension Basic Information
Name | Multitran with no ads |
ID | cigpbgbohbdbifldinhkapjlmaooahgh |
Official URL | https://chromewebstore.google.com/detail/multitran-with-no-ads/cigpbgbohbdbifldinhkapjlmaooahgh |
Description | Remove ads from original multitran page |
File Size | 38.09 KB |
Installation Count | 253 |
Current Version | 0.1.0 |
Last Updated | 2021-09-24 |
Publish Date | 2017-09-01 |
Rating | 3.33/5 Total 3 Ratings |
Developer | dhilt |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dhilt/multitran-with-no-ads |
Supported Languages | 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 } |