Low Down Deep Official Browser
The OFFICIAL Low Down Deep Recordings Browser
Wat is Low Down Deep Official Browser?
Low Down Deep Official Browser is een Chrome-extensie ontwikkeld door brandTURBO, en de belangrijkste functie is "The OFFICIAL Low Down Deep Recordings Browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Low Down Deep Official Browser
Download Low Down Deep Official Browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Low Down Deep Official Browser |
ID | gibkmpjlfnibddpaaflijepffcpgcohp |
Officiële URL | https://chromewebstore.google.com/detail/low-down-deep-official-br/gibkmpjlfnibddpaaflijepffcpgcohp |
Beschrijving | The OFFICIAL Low Down Deep Recordings Browser |
Bestandsgrootte | 1.19 MB |
Aantal Installaties | 1,081 |
Huidige Versie | 2.6.1 |
Laatst Bijgewerkt | 2020-07-17 |
Publicatiedatum | 2020-07-01 |
Beoordeling | 5.00/5 Totaal 26 Beoordelingen |
Ontwikkelaar | brandTURBO |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.lowdowndeep.com/ |
Help Pagina-URL | https://www.lowdowndeep.com/ |
URL van de Privacybeleid Pagina | https://www.brandturbo.vip/privacy |
Ondersteunde Talen | 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\/*" ] } } |