Surf-EASY (Discontinued)
To get around the web easier than before! Back in a new fashion!
Surf-EASY (Discontinued)とは何ですか?
Surf-EASY (Discontinued)はhttps://x-oasis.onlineによって開発されたChromeの拡張機能で、その主な機能は「To get around the web easier than before! Back in a new fashion!」です。
拡張機能のスクリーンショット
Surf-EASY (Discontinued)拡張機能のCRXファイルをダウンロード
Surf-EASY (Discontinued)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This version is now discontinued and moved to a new listing.
拡張機能の基本情報
名前 | |
ID | ebipmmmnenkjghhdffjakdhcblnkolha |
公式URL | https://chromewebstore.google.com/detail/surf-easy-discontinued/ebipmmmnenkjghhdffjakdhcblnkolha |
説明 | To get around the web easier than before! Back in a new fashion! |
ファイルサイズ | 8.84 KB |
インストール数 | 29 |
現在のバージョン | 4.1.7 |
最終更新日 | 2022-05-08 |
公開日 | 2020-04-23 |
開発者 | https://x-oasis.online |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |