Surprise Keeper

Surprise Keeper replaces targeted banners

Qu'est-ce que Surprise Keeper ?

Surprise Keeper est une extension Chrome développée par ПАО Сбербанк, et sa fonction principale est "Surprise Keeper replaces targeted banners".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Surprise Keeper

Téléchargez les fichiers d'extension Surprise Keeper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Surprise Keeper Surprise Keeper
ID bdghcmkefkobbmpeealipifblooopbja
URL Officiel https://chromewebstore.google.com/detail/surprise-keeper/bdghcmkefkobbmpeealipifblooopbja
Description Surprise Keeper replaces targeted banners
Taille du Fichier 97.24 KB
Nombre d'Installations 765
Version Actuelle 1.7
Dernière Mise à Jour 2017-02-16
Date de Publication 2017-02-16
Évaluation 3.27/5 Total 22 Évaluations
Développeur ПАО Сбербанк
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}