Low Down Deep Official Browser
The OFFICIAL Low Down Deep Recordings Browser
What is Low Down Deep Official Browser?
Low Down Deep Official Browser is a Chrome extension developed by brandTURBO, and its main feature is "The OFFICIAL Low Down Deep Recordings Browser".
Extension Screenshots
Download Low Down Deep Official Browser Extension CRX File
Download Low Down Deep Official Browser 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
Install the customised Low Down Deep browser for access to Free music, HD images, exclusive news, forthcoming event information and lots more across your browser tab. Features: - Exclusive Free Downloads - Exclusive LDD monthly Podcast - HD browser wallpapers - Exclusive Merchandise Flash Sale alerts - Exclusive Content - Customised tab extension
Extension Basic Information
Name | Low Down Deep Official Browser |
ID | gibkmpjlfnibddpaaflijepffcpgcohp |
Official URL | https://chromewebstore.google.com/detail/low-down-deep-official-br/gibkmpjlfnibddpaaflijepffcpgcohp |
Description | The OFFICIAL Low Down Deep Recordings Browser |
File Size | 1.19 MB |
Installation Count | 1,081 |
Current Version | 2.6.1 |
Last Updated | 2020-07-17 |
Publish Date | 2020-07-01 |
Rating | 5.00/5 Total 26 Ratings |
Developer | brandTURBO |
[email protected] | |
Payment Type | free |
Extension Website | https://www.lowdowndeep.com/ |
Help Page URL | https://www.lowdowndeep.com/ |
Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Low Down Deep Official Browser", "version": "2.6.1", "description": "The OFFICIAL Low Down Deep Recordings Browser", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.lowdowndeep.com\/*" ] } } |