My Secure Search
We help keep your searches safe and secure.
Co je My Secure Search?
My Secure Search je rozšíření Chrome vyvinuté http://safesearchtab.com, a jeho hlavní funkcí je „We help keep your searches safe and secure.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření My Secure Search
Stáhněte si soubory rozšíření My Secure Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
My Secure Search provides a safe searching experience. We help keep you safe by checking every search result and website through our extension. My Secure Search changes your default search provider to Bing and give you a new tab which also defaults your search to bing. We hope you enjoy!
Základní Informace o Rozšíření
Název | |
ID | gocbljahodmfkllelmfjejckfddonhnl |
Oficiální URL | https://chrome.google.com/webstore/detail/my-secure-search/gocbljahodmfkllelmfjejckfddonhnl |
Popis | We help keep your searches safe and secure. |
Velikost souboru | 131 KB |
Počet instalací | 82 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-12-05 |
Datum Vydání | 2019-12-05 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | http://safesearchtab.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Secure Search", "description": "We help keep your searches safe and secure.", "version": "1.0", "browser_action": { "default_title": "My Secure Search" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/safesearchtab.com\/favicon.ico", "image_url": "https:\/\/safesearchtab.com\/assets\/icons\/shield.png", "is_default": true, "keyword": "gm", "name": "Web", "search_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b", "suggest_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |