Surprise Keeper
Surprise Keeper replaces targeted banners
什麼是Surprise Keeper?
Surprise Keeper是由ПАО Сбербанк開發的Chrome擴展程式,該擴展的主要功能是“Surprise Keeper replaces targeted banners”。
擴展截圖
下載Surprise Keeper擴展crx文件
下載Surprise Keeper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | bdghcmkefkobbmpeealipifblooopbja |
| 官方網址 | 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
}
]
} | |