Multitran with no ads

Remove ads from original multitran page

Multitran with no adsคืออะไร?

Multitran with no ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dhilt และคุณลักษณะหลักของมันคือ "Remove ads from original multitran page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multitran with no ads

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}