RAM Antivirus
RAM Antivirus security plugin
Wat is RAM Antivirus?
RAM Antivirus is een Chrome-extensie ontwikkeld door RAM Antivirus, en de belangrijkste functie is "RAM Antivirus security plugin".
Extensie Screenshots
Download het CRX-bestand van de extensie RAM Antivirus
Download RAM Antivirus-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
RAM Antivirus security plugin with advance search option
Basisinformatie over de Extensie
Naam | |
ID | glphfgnkljdeaogdmokbldckgmndddkd |
Officiële URL | https://chrome.google.com/webstore/detail/ram-antivirus/glphfgnkljdeaogdmokbldckgmndddkd |
Beschrijving | RAM Antivirus security plugin |
Bestandsgrootte | 210 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.2.9 |
Laatst Bijgewerkt | 2019-10-14 |
Publicatiedatum | 2019-10-14 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | RAM Antivirus |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://ramantivirus.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RAM Antivirus", "short_name": "RAM Web Protection", "description": "RAM Antivirus security plugin", "version": "1.2.9", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.junkoust.com\/" ], "browser_action": { "default_title": "RAM Antivirus", "default_popup": "popup.html" }, "icons": { "16": "extension_logo.png", "48": "extension_logo2.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "blockpage.html", "blocklist.txt", "blockpage2.html" ], "chrome_url_overrides": { "newtab": "home.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "manifest_version": 2 } |