Surf-EASY (Discontinued)
To get around the web easier than before! Back in a new fashion!
Qu'est-ce que Surf-EASY (Discontinued) ?
Surf-EASY (Discontinued) est une extension Chrome développée par https://x-oasis.online, et sa fonction principale est "To get around the web easier than before! Back in a new fashion!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Surf-EASY (Discontinued)
Téléchargez les fichiers d'extension Surf-EASY (Discontinued) 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
This version is now discontinued and moved to a new listing.
Informations de Base sur l'Extension
Nom | |
ID | ebipmmmnenkjghhdffjakdhcblnkolha |
URL Officiel | https://chromewebstore.google.com/detail/surf-easy-discontinued/ebipmmmnenkjghhdffjakdhcblnkolha |
Description | To get around the web easier than before! Back in a new fashion! |
Taille du Fichier | 8.84 KB |
Nombre d'Installations | 29 |
Version Actuelle | 4.1.7 |
Dernière Mise à Jour | 2022-05-08 |
Date de Publication | 2020-04-23 |
Développeur | https://x-oasis.online |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Surf-EASY (Discontinued)", "version": "4.1.7", "manifest_version": 2, "description": "To get around the web easier than before! Back in a new fashion!", "content_security_policy": "script-src 'self' filesystem: http:\/\/localhost:* https:\/\/localhost:* https:\/\/apis.google.com https:\/\/ajax.googleapis.com https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/unpkg.com https:\/\/maxcdn.com https:\/\/cdn77.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdn.jsdelivr.net\/ https:\/\/*.stripe.com\/ https:\/\/builds.framerjs.com\/ https:\/\/rawgit.com https:\/\/wzrd.in https:\/\/www.gstatic.com https:\/\/semantic-ui.com https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_title": "Surf EASY", "default_icon": "icon.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "icon.png" } } |