Crazy Unscramble
Unscramble photos when browsing Crazy Blind Date
Crazy Unscramble là gì?
Crazy Unscramble là một tiện ích mở rộng Chrome được phát triển bởi frausto, và tính năng chính của nó là "Unscramble photos when browsing Crazy Blind Date".
Ả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 Crazy Unscramble
Tải xuống các tệp mở rộng Crazy Unscramble 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
When browsing through OkCupid's new feature "Crazy Blind Date" make sure you know what you're getting into. With Crazy Unscramble you can manually unscramble your potential date's picture.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crazy Unscramble |
ID | cihoniciajjkpgcofnbhbpbkpkpgaimp |
URL Chính Thức | https://chromewebstore.google.com/detail/crazy-unscramble/cihoniciajjkpgcofnbhbpbkpkpgaimp |
Mô tả | Unscramble photos when browsing Crazy Blind Date |
Kích Thước Tệp | 77.5 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2013-03-27 |
Ngày Phát Hành | 2013-03-26 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | frausto |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crazy Unscramble", "version": "0.1.4", "manifest_version": 2, "description": "Unscramble photos when browsing Crazy Blind Date", "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/okcupid.com\/crazyblinddate\/*", "https:\/\/okcupid.com\/crazyblinddate\/*", "http:\/\/www.okcupid.com\/crazyblinddate\/*", "https:\/\/www.okcupid.com\/crazyblinddate\/*" ], "css": [ "content.css" ], "js": [ "jquery-1.8.2.min.js", "content.js" ] } ], "web_accessible_resources": [ "puzzle.html" ], "page_action": { "default_icon": { "38": "icon38.png", "19": "icon38.png" }, "default_title": "Crazy Unscramble" } } |