Noplay

Video autoplay blocked for good

Noplay là gì?

Noplay là một tiện ích mở rộng Chrome được phát triển bởi dcamilleri, và tính năng chính của nó là "Video autoplay blocked for good".

Ả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 Noplay

Tải xuống các tệp mở rộng Noplay 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

                        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                    

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

Tên Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
URL Chính Thức https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
Mô tả Video autoplay blocked for good
Kích Thước Tệp 345 KB
Số Lần Cài Đặt 295
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2017-04-16
Ngày Phát Hành 2017-04-16
Đánh Giá 3.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển dcamilleri
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dcamilleri/noplay
URL Trang Trợ Giúp https://github.com/dcamilleri/noplay
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}