Noplay

Video autoplay blocked for good

Noplay란 무엇입니까?

Noplay은(는) dcamilleri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video autoplay blocked for good"입니다.

확장 프로그램 스크린샷

screenshot

Noplay 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of videos playing automatically on your favorite websites ? 
Noplay is made for you. Just install this extension and say goodbye to auto playing HTML5 videos! 

NB about Facebook & Twitter:
As of today, this extension won't work for these particular websites. The reason is simple: it is already possible to disable video autoload in the settings.

Found a bug, want to ask a question ? Open an issue on the Github page
https://github.com/dcamilleri/noplay                    

확장 프로그램 기본 정보

이름 Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
공식 URL https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
설명 Video autoplay blocked for good
파일 크기 345 KB
설치 횟수 295
현재 버전 0.0.3
최근 업데이트 2017-04-16
출시 날짜 2017-04-16
평점 3.00/5 총 6 개의 평점
개발자 dcamilleri
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dcamilleri/noplay
도움말 페이지 URL https://github.com/dcamilleri/noplay
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.3",
    "minimum_chrome_version": "22.0",
    "name": "Noplay",
    "short_name": "Noplay",
    "description": "Video autoplay blocked for good",
    "author": "Dorian Camilleri",
    "homepage_url": "https:\/\/github.com\/dcamilleri\/noplay",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "noplay.js"
            ]
        }
    ]
}