Surprise Keeper
Surprise Keeper replaces targeted banners
Cos'è Surprise Keeper?
Surprise Keeper è un'estensione di Chrome sviluppata da ПАО Сбербанк, e la sua funzione principale è "Surprise Keeper replaces targeted banners".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Surprise Keeper
Scarica i file di estensione Surprise Keeper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | bdghcmkefkobbmpeealipifblooopbja |
| URL Ufficiale | https://chromewebstore.google.com/detail/surprise-keeper/bdghcmkefkobbmpeealipifblooopbja |
| Descrizione | Surprise Keeper replaces targeted banners |
| Dimensione del File | 97.24 KB |
| Conteggio Installazioni | 765 |
| Versione Corrente | 1.7 |
| Ultimo Aggiornamento | 2017-02-16 |
| Data di Pubblicazione | 2017-02-16 |
| Valutazione | 3.27/5 Totale 22 Valutazioni |
| Sviluppatore | ПАО Сбербанк |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
]
} | |