Multitran with no ads

Remove ads from original multitran page

Multitran with no ads là gì?

Multitran with no ads là một tiện ích mở rộng Chrome được phát triển bởi dhilt, và tính năng chính của nó là "Remove ads from original multitran page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multitran with no ads

Tải xuống các tệp mở rộng Multitran with no ads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Now we can use our lovely Multitran without ads!

Extension repository:
https://github.com/dhilt/multitran-with-no-ads

dhilt, 2015-2021                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Multitran with no ads Multitran with no ads
ID cigpbgbohbdbifldinhkapjlmaooahgh
URL Chính Thức https://chromewebstore.google.com/detail/multitran-with-no-ads/cigpbgbohbdbifldinhkapjlmaooahgh
Mô tả Remove ads from original multitran page
Kích Thước Tệp 38.09 KB
Số Lần Cài Đặt 253
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-09-24
Ngày Phát Hành 2017-09-01
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển dhilt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dhilt/multitran-with-no-ads
Ngôn Ngữ Được Hỗ Trợ 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
}