Low Down Deep Official Browser
The OFFICIAL Low Down Deep Recordings Browser
Cos'è Low Down Deep Official Browser?
Low Down Deep Official Browser è un'estensione di Chrome sviluppata da brandTURBO, e la sua funzione principale è "The OFFICIAL Low Down Deep Recordings Browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Low Down Deep Official Browser
Scarica i file di estensione Low Down Deep Official Browser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Low Down Deep Official Browser |
ID | gibkmpjlfnibddpaaflijepffcpgcohp |
URL Ufficiale | https://chromewebstore.google.com/detail/low-down-deep-official-br/gibkmpjlfnibddpaaflijepffcpgcohp |
Descrizione | The OFFICIAL Low Down Deep Recordings Browser |
Dimensione del File | 1.19 MB |
Conteggio Installazioni | 1,081 |
Versione Corrente | 2.6.1 |
Ultimo Aggiornamento | 2020-07-17 |
Data di Pubblicazione | 2020-07-01 |
Valutazione | 5.00/5 Totale 26 Valutazioni |
Sviluppatore | brandTURBO |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.lowdowndeep.com/ |
URL della Pagina di Aiuto | https://www.lowdowndeep.com/ |
URL della Pagina della Politica sulla Privacy | https://www.brandturbo.vip/privacy |
Lingue Supportate | 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\/*" ] } } |