Surprise Keeper
Surprise Keeper replaces targeted banners
Surprise Keeperとは何ですか?
Surprise KeeperはПАО Сбербанкによって開発されたChromeの拡張機能で、その主な機能は「Surprise Keeper replaces targeted banners」です。
拡張機能のスクリーンショット
Surprise Keeper拡張機能のCRXファイルをダウンロード
Surprise Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Surprise Keeper |
ID | bdghcmkefkobbmpeealipifblooopbja |
公式URL | https://chromewebstore.google.com/detail/surprise-keeper/bdghcmkefkobbmpeealipifblooopbja |
説明 | Surprise Keeper replaces targeted banners |
ファイルサイズ | 97.24 KB |
インストール数 | 765 |
現在のバージョン | 1.7 |
最終更新日 | 2017-02-16 |
公開日 | 2017-02-16 |
評価 | 3.27/5 合計 22 レビュー |
開発者 | ПАО Сбербанк |
支払い方法 | free |
対応言語 | 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 } ] } |