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 |
Eメール | [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 } |