Oktell transport firewall
Oktell transport firewall.
Qu'est-ce que Oktell transport firewall ?
Oktell transport firewall est une extension Chrome développée par vasya12_06, et sa fonction principale est "Oktell transport firewall.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Oktell transport firewall
Téléchargez les fichiers d'extension Oktell transport firewall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | mcpfnibapchjgedagciiohbnogdemedo |
URL Officiel | https://chrome.google.com/webstore/detail/oktell-transport-firewall/mcpfnibapchjgedagciiohbnogdemedo |
Description | Oktell transport firewall. |
Taille du Fichier | 64.14 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2015-07-09 |
Date de Publication | 2015-07-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | vasya12_06 |
Type de Paiement | free |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oktell transport firewall", "version": "1.2.1", "description": "Oktell transport firewall.", "icons": { "16": "image\/connect19x19.png", "128": "image\/connect.png" }, "permissions": [ "tabs", "background", "storage", "notifications", "http:\/\/192.168.252.2\/" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "image\/connect19x19.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/192.168.252.2\/*" ], "js": [ "js\/firewall.js" ] } ], "manifest_version": 2 } |