Surprise Keeper
Surprise Keeper replaces targeted banners
Surprise Keeper란 무엇입니까?
Surprise Keeper은(는) ПАО Сбербанк에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Surprise Keeper replaces targeted banners"입니다.
확장 프로그램 스크린샷
Surprise Keeper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } ] } |