CNET Autoplay Blocker

Prevent CNET from assaulting you with irrelevant videos

What is CNET Autoplay Blocker?

CNET Autoplay Blocker is a Chrome extension developed by notcaseywebb, and its main feature is "Prevent CNET from assaulting you with irrelevant videos".

Download CNET Autoplay Blocker Extension CRX File

Download CNET Autoplay Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Prevent CNET from assaulting you with irrelevant autoplay videos                    

Extension Basic Information

Name CNET Autoplay Blocker CNET Autoplay Blocker
ID oapdhokhllphnojjfklemkoonjbegehg
Official URL https://chrome.google.com/webstore/detail/cnet-autoplay-blocker/oapdhokhllphnojjfklemkoonjbegehg
Description Prevent CNET from assaulting you with irrelevant videos
File Size 37.2 KB
Installation Count 87
Current Version 0.0.1
Last Updated 2017-09-23
Publish Date 2017-09-23
Rating 2.00/5 Total 1 Ratings
Developer notcaseywebb
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CNET Autoplay Blocker",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Prevent CNET from assaulting you with irrelevant videos",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/cnet.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.cnet.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}