Laneros browser extension

News about technology, Internet, games and entertainment. Colombian Community.

Was ist Laneros browser extension?

Laneros browser extension ist eine Chrome-Erweiterung, die von Alvaro Arturo entwickelt wurde, und ihr Hauptmerkmal ist "News about technology, Internet, games and entertainment. Colombian Community.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Laneros browser extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Laneros browser extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Designed for www.laneros.com, this extension allows access to a variety of options quickly, such as:

1. Quick links to different user options
2. Conversations
3. Alerts
4. Subscriptions
5. Bookmarks

In addition, it has a section where basic user information is found.

Has the option to search the site from the extension's pop-up

Periodically checks (with interval adjustment in the extension options) if there are new responses in a conversation, new conversations, new alerts or unread subscriptions and if so, displays a consolidated notification or an individual notification

Dark mode available, based on browser settings.

Quick actions, each item has different options, according to its type, to interact with it.

Multiple themes, you can customize the extension theme in 6 different colors                    

Grundlegende Informationen zur Erweiterung

Name Laneros browser extension Laneros browser extension
ID odcfloakhlmignakgflbofpdaiaclijg
Offizielle URL https://chromewebstore.google.com/detail/laneros-browser-extension/odcfloakhlmignakgflbofpdaiaclijg
Beschreibung News about technology, Internet, games and entertainment. Colombian Community.
Dateigröße 222 KB
Installationsanzahl 62
Aktuelle Version 11.6
Letztes Update 2023-12-26
Veröffentlichungsdatum 2019-12-28
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Alvaro Arturo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.arthvrian.org
Hilfeseite URL https://www.laneros.com/temas/app-google-chrome-de-laneros-com.183029/
Unterstützte Sprachen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "version": "11.6.0.0",
    "version_name": "11.6",
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "es",
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.laneros.com\/",
        "https:\/\/*.laneros.net\/"
    ],
    "icons": {
        "128": "assets\/extension_icon.png"
    },
    "action": {
        "default_title": "__MSG_extension_name__",
        "default_icon": "assets\/extension_icon.png",
        "default_popup": "views\/popup.html"
    },
    "options_ui": {
        "page": "views\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "author": "arthvrian",
    "homepage_url": "https:\/\/www.arthvrian.org"
}