Surprise Keeper
Surprise Keeper replaces targeted banners
Surprise Keeper là gì?
Surprise Keeper là một tiện ích mở rộng Chrome được phát triển bởi ПАО Сбербанк, và tính năng chính của nó là "Surprise Keeper replaces targeted banners".
Ả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 Surprise Keeper
Tải xuống các tệp mở rộng Surprise Keeper 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
Protect your surprise gift from unwelcome spoilers with Surprise Keeper from Sberbank. A mere banner can ruin everything you've been carefully planning, because if you'd searched for a gift online on a computer you both share, the contextual banners are more than likely to tip off your significant other as to the nature of your search. Don't you fret - just install Surprise Keeper and select the theme of the false banners that'll be shown instead: household appliances, cosmetics or socks. You'll be the only one to know - and your surprise gift will keep all its surprise potential. Because it matters to you - and us. Have a nice holiday!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Surprise Keeper |
ID | bdghcmkefkobbmpeealipifblooopbja |
URL Chính Thức | https://chromewebstore.google.com/detail/surprise-keeper/bdghcmkefkobbmpeealipifblooopbja |
Mô tả | Surprise Keeper replaces targeted banners |
Kích Thước Tệp | 97.24 KB |
Số Lần Cài Đặt | 765 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2017-02-16 |
Ngày Phát Hành | 2017-02-16 |
Đánh Giá | 3.27/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | ПАО Сбербанк |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ru", "version": "1.7", "browser_action": { "default_title": "__MSG_popupTitle__", "default_icon": "popup-icon.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "permissions": [ "storage", "browsingData" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "css": [ "css.css" ], "run_at": "document_start", "all_frames": true } ] } |