Subway Surfers San Francisco
Subway Surfers World Tour: San Francisco. Play Subway Surfers endless runner game
Subway Surfers San Francisco là gì?
Subway Surfers San Francisco là một tiện ích mở rộng Chrome được phát triển bởi sunshiner, và tính năng chính của nó là "Subway Surfers World Tour: San Francisco. Play Subway Surfers endless runner game".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Subway Surfers San Francisco
Tải xuống các tệp mở rộng Subway Surfers San Francisco dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Subway Surfers San Francisco is an exhilarating and fast-paced endless runner game that has captivated players worldwide on mobile devices. Now, with "Subway Surfers World Tour: San Francisco" available for desktop browsers, the excitement and fun are taken to a whole new level. Here's why you'll enjoy playing this thrilling game on your desktop: - Bigger Screen, More Detail: Playing Subway Surfers on your desktop provides a larger screen experience, allowing you to appreciate the game's vibrant graphics and intricate details even more. - Precise Controls: Desktop browsers offer precise control through keyboard inputs, making it easier to navigate your character through the intricate subway landscapes of San Francisco. - Endless Running Thrills: Just like in the mobile version, you'll be challenged to run, jump, and surf across subway tracks and rooftops endlessly. The game's simple yet addictive mechanics will keep you engaged for hours. - Collectibles and Power-Ups: Collect coins and power-ups to boost your performance and score. Unlock new characters and hoverboards as you progress, adding variety and excitement to the gameplay. - San Francisco Adventure: Explore the iconic city of San Francisco as your backdrop. Dodge oncoming trains, dash through cable cars, and leap across the famous Golden Gate Bridge as you immerse yourself in this thrilling urban adventure. - Compete with Friends: Challenge your friends and fellow players to beat your high score. Subway Surfers fosters a competitive spirit, and achieving the highest score is always rewarding. In "Subway Surfers World Tour: San Francisco," you'll experience the rush of urban parkour, vibrant visuals, and heart-pounding action, all on the convenience of your desktop browser. It's the perfect way to enjoy the game's fun and challenge in a larger format. So, jump on your virtual skateboard and start running through the iconic streets of San Francisco in this thrilling endless runner adventure!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Subway Surfers San Francisco |
ID | oolehmnnaggcbnlplpccgholfbdlpbel |
URL Chính Thức | https://chromewebstore.google.com/detail/subway-surfers-san-franci/oolehmnnaggcbnlplpccgholfbdlpbel |
Mô tả | Subway Surfers World Tour: San Francisco. Play Subway Surfers endless runner game |
Kích Thước Tệp | 25.23 MB |
Số Lần Cài Đặt | 1,275 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-10-02 |
Ngày Phát Hành | 2023-10-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | sunshiner |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/privacy-policy-092 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "name": "Subway Surfers San Francisco", "sandbox": { "pages": [ "index.html" ] }, "manifest_version": 3, "description": "Subway Surfers World Tour: San Francisco. Play Subway Surfers endless runner game", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "img.js" ], "run_at": "document_start" } ], "content_security_policy": { "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "version": "1.0.2", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "64": "icons\/64.png", "32": "icons\/32.png" }, "permissions": [ "storage" ], "action": { "default_title": "Subway Surfers San Francisco", "default_icon": "icons\/32.png" }, "host_permissions": [], "background": { "service_worker": "service_worker.js" } } |