CNET Autoplay Blocker
Prevent CNET from assaulting you with irrelevant videos
Wat is CNET Autoplay Blocker?
CNET Autoplay Blocker is een Chrome-extensie ontwikkeld door notcaseywebb, en de belangrijkste functie is "Prevent CNET from assaulting you with irrelevant videos".
Download het CRX-bestand van de extensie CNET Autoplay Blocker
Download CNET Autoplay Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Prevent CNET from assaulting you with irrelevant autoplay videos
Basisinformatie over de Extensie
Naam | ![]() |
ID | oapdhokhllphnojjfklemkoonjbegehg |
Officiële URL | https://chrome.google.com/webstore/detail/cnet-autoplay-blocker/oapdhokhllphnojjfklemkoonjbegehg |
Beschrijving | Prevent CNET from assaulting you with irrelevant videos |
Bestandsgrootte | 37.2 KB |
Aantal Installaties | 87 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-09-23 |
Publicatiedatum | 2017-09-23 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | notcaseywebb |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |