Surf-EASY (Discontinued)
To get around the web easier than before! Back in a new fashion!
Surf-EASY (Discontinued)คืออะไร?
Surf-EASY (Discontinued) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://x-oasis.online และคุณลักษณะหลักของมันคือ "To get around the web easier than before! Back in a new fashion!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Surf-EASY (Discontinued)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |