WhaleSlide Private Search
Make WhaleSlide your default search engine on Chrome
What is WhaleSlide Private Search?
WhaleSlide Private Search is a Chrome extension developed by http://whaleslide.com, and its main feature is "Make WhaleSlide your default search engine on Chrome".
Extension Screenshots
Download WhaleSlide Private Search Extension CRX File
Download WhaleSlide Private Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
WhaleSlide is a search engine that protects your privacy, raises money for good causes and is completely ad free! • Search with privacy • Totally ad-free • Raise money for charity This extension makes WhaleSlide your default search engine in Chrome and allows you to add your favourite website to open automatically when you open a new tab! Check out these pages for more info on WhalSlide: • About us - https://whaleslide.com/info • Facebook - https://facebook.com/whaleslide • Twitter - https://twitter.com/whaleslide Welcome to WhaleSlide!
Extension Basic Information
Name | |
ID | aaeiihaemnicckjnbdkenndeeijkpddh |
Official URL | https://chrome.google.com/webstore/detail/whaleslide-private-search/aaeiihaemnicckjnbdkenndeeijkpddh |
Description | Make WhaleSlide your default search engine on Chrome |
File Size | 368 KB |
Installation Count | 57 |
Current Version | 1.1.6 |
Last Updated | 2018-01-10 |
Publish Date | 2018-01-10 |
Rating | 5.00/5 Total 6 Ratings |
Developer | http://whaleslide.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://whaleslide.com/info/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Make WhaleSlide your default search engine on Chrome", "homepage_url": "http:\/\/www.whaleslide.com\/", "manifest_version": 2, "name": "WhaleSlide Private Search", "version": "1.1.6", "icons": { "128": "assets\/images\/icons\/icon128.png" }, "browser_action": { "browser_style": true, "default_icon": { "128": "assets\/images\/icons\/icon128.png" }, "default_popup": "assets\/html\/popup.html" }, "background": { "scripts": [ "assets\/js\/global\/config.js", "assets\/js\/global\/settings.js", "assets\/js\/background\/helpers.js", "assets\/js\/background\/auth.js", "assets\/js\/background\/postOffice.js", "assets\/js\/background\/events.js", "assets\/js\/background\/filter.js", "assets\/js\/background\/options.js", "assets\/js\/background\/init.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/vendor\/jquery.js", "assets\/js\/content\/init.js" ] } ], "permissions": [ "https:\/\/www.whaleslide.com\/", "http:\/\/www.whaleslide.com\/", "http:\/\/static.whaleslide.com\/", "http:\/\/ext.whaleslide.com\/", "http:\/\/devpeak.whaleslide.com\/", "http:\/\/dev.whaleslide.com\/", "*:\/\/aotb.mysearch.co.uk\/", "notifications", "tabs", "cookies", "contextMenus", "activeTab", "webRequestBlocking", "webRequest", "storage", " |