Surf-EASY (Discontinued)
To get around the web easier than before! Back in a new fashion!
Wat is Surf-EASY (Discontinued)?
Surf-EASY (Discontinued) is een Chrome-extensie ontwikkeld door https://x-oasis.online, en de belangrijkste functie is "To get around the web easier than before! Back in a new fashion!".
Extensie Screenshots
Download het CRX-bestand van de extensie Surf-EASY (Discontinued)
Download Surf-EASY (Discontinued)-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
This version is now discontinued and moved to a new listing.
Basisinformatie over de Extensie
Naam | |
ID | ebipmmmnenkjghhdffjakdhcblnkolha |
Officiële URL | https://chromewebstore.google.com/detail/surf-easy-discontinued/ebipmmmnenkjghhdffjakdhcblnkolha |
Beschrijving | To get around the web easier than before! Back in a new fashion! |
Bestandsgrootte | 8.84 KB |
Aantal Installaties | 29 |
Huidige Versie | 4.1.7 |
Laatst Bijgewerkt | 2022-05-08 |
Publicatiedatum | 2020-04-23 |
Ontwikkelaar | https://x-oasis.online |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |