Surprise Keeper
Surprise Keeper replaces targeted banners
Was ist Surprise Keeper?
Surprise Keeper ist eine Chrome-Erweiterung, die von ПАО Сбербанк entwickelt wurde, und ihr Hauptmerkmal ist "Surprise Keeper replaces targeted banners".
Erweiterungsscreenshots
Surprise Keeper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Surprise Keeper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bdghcmkefkobbmpeealipifblooopbja |
| Offizielle URL | https://chromewebstore.google.com/detail/surprise-keeper/bdghcmkefkobbmpeealipifblooopbja |
| Beschreibung | Surprise Keeper replaces targeted banners |
| Dateigröße | 97.24 KB |
| Installationsanzahl | 765 |
| Aktuelle Version | 1.7 |
| Letztes Update | 2017-02-16 |
| Veröffentlichungsdatum | 2017-02-16 |
| Bewertung | 3.27/5 Insgesamt 22 Bewertungen |
| Entwickler | ПАО Сбербанк |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
]
} | |