Disable Ynet video auto play

Disable Ynet video play when reading an article

Disable Ynet video auto play란 무엇입니까?

Disable Ynet video auto play은(는) ronilitman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable Ynet video play when reading an article"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Disable Ynet video auto play 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You are entering Ynet and you see some interesting articles, you think to yourself - let's read some more!
You click on the article and BOOM! A noisy and annoying article video is starting to play. You are surprised and terrified, your whole family wakes up and complains that the volume is too high.

No more. With this extension Ynet won't start to play a video article again. Enjoy!                    

확장 프로그램 기본 정보

이름 Disable Ynet video auto play Disable Ynet video auto play
ID mnkmdndkebodhogighjpkmpndalbpjho
공식 URL https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho
설명 Disable Ynet video play when reading an article
파일 크기 100 KB
설치 횟수 131
현재 버전 1.0
최근 업데이트 2021-08-10
출시 날짜 2021-08-09
평점 5.00/5 총 3 개의 평점
개발자 ronilitman
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Ynet video auto play",
    "description": "Disable Ynet video play when reading an article",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/ynet.co.il\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}