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"입니다.

확장 프로그램 스크린샷

screenshot

Multitran with no ads 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}