Low Down Deep Official Browser
The OFFICIAL Low Down Deep Recordings Browser
Hvad er Low Down Deep Official Browser?
Low Down Deep Official Browser er en Chrome-udvidelse udviklet af brandTURBO, og dens hovedfunktion er "The OFFICIAL Low Down Deep Recordings Browser".
Udvidelsesskærmbilleder
Download Low Down Deep Official Browser-udvidelses-CRX-fil
Download Low Down Deep Official Browser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Low Down Deep Official Browser |
ID | gibkmpjlfnibddpaaflijepffcpgcohp |
Officiel URL | https://chromewebstore.google.com/detail/low-down-deep-official-br/gibkmpjlfnibddpaaflijepffcpgcohp |
Beskrivelse | The OFFICIAL Low Down Deep Recordings Browser |
Filstørrelse | 1.19 MB |
Antal Installationer | 1,081 |
Nuværende Version | 2.6.1 |
Senest Opdateret | 2020-07-17 |
Udgivelsesdato | 2020-07-01 |
Bedømmelse | 5.00/5 Samlet 26 Bedømmelser |
Udvikler | brandTURBO |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.lowdowndeep.com/ |
Hjælpeside-URL | https://www.lowdowndeep.com/ |
URL til Fortrolighedspolitik Side | https://www.brandturbo.vip/privacy |
Understøttede Sprog | 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\/*" ] } } |