Surprise Keeper

Surprise Keeper replaces targeted banners

Surprise Keeper क्या है?

Surprise Keeper ПАО Сбербанк द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Surprise Keeper replaces targeted banners"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Surprise Keeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
        }
    ]
}