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 |
官方網址 | 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 } |