Everything Micky Finn Browza
The Original Dj Micky Finn (Mugging Your Ears Off Since 1988) Themed Browza
Hvad er Everything Micky Finn Browza?
Everything Micky Finn Browza er en Chrome-udvidelse udviklet af brandTURBO, og dens hovedfunktion er "The Original Dj Micky Finn (Mugging Your Ears Off Since 1988) Themed Browza".
Udvidelsesskærmbilleder
Download Everything Micky Finn Browza-udvidelses-CRX-fil
Download Everything Micky Finn Browza-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 Micky Finn theme for access to Free Mixes, HD images, exclusive news and all forthcoming shows he is doing. Information and lots more across your browser tab. Features: - Exclusive Streams - Exclusive Music - Exclusive mixes from shows and his private collection - HD browser wallpapers - News Updates - Exclusive Content - Customised tab extension This is a white label enterprise extension for Micky Finn.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fconogngmpeimljakicjmkinicpojjgj |
Officiel URL | https://chrome.google.com/webstore/detail/fconogngmpeimljakicjmkinicpojjgj |
Beskrivelse | The Original Dj Micky Finn (Mugging Your Ears Off Since 1988) Themed Browza |
Filstørrelse | 1.05 MB |
Antal Installationer | 31 |
Nuværende Version | 2.7.1 |
Senest Opdateret | 2022-11-21 |
Udgivelsesdato | 2020-07-01 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | brandTURBO |
[email protected] | |
Udvidelseswebsted | http://www.urbanagency.co.uk/ |
Hjælpeside-URL | http://www.urbanagency.co.uk/ |
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": "Everything Micky Finn Browza", "version": "2.7.1", "description": "The Original Dj Micky Finn (Mugging Your Ears Off Since 1988) Themed Browza", "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": [ "*:\/\/*.urbanagency.co.uk\/*" ] } } |