Aliexpress brands

Find your favorite brands in aliexpress

Was ist Aliexpress brands?

Aliexpress brands ist eine Chrome-Erweiterung, die von https://www.chncompras.com entwickelt wurde, und ihr Hauptmerkmal ist "Find your favorite brands in aliexpress".

Erweiterungsscreenshots

screenshot
screenshot

Aliexpress brands-Erweiterungs-CRX-Datei herunterladen

Laden Sie Aliexpress brands-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

                        Encuentra todas tus marcas favoritas en aliexpress. si echas de menos alguna escribenos y la añadiremos.                    

Grundlegende Informationen zur Erweiterung

Name Aliexpress brands Aliexpress brands
ID fahdkaomhohfakdnjdcbidacihnhdpag
Offizielle URL https://chromewebstore.google.com/detail/aliexpress-brands/fahdkaomhohfakdnjdcbidacihnhdpag
Beschreibung Find your favorite brands in aliexpress
Dateigröße 291 KB
Installationsanzahl 738
Aktuelle Version 3.5
Letztes Update 2022-10-08
Veröffentlichungsdatum 2020-04-25
Bewertung 4.33/5 Insgesamt 9 Bewertungen
Entwickler https://www.chncompras.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.chncompras.com/aliexpress-marcas/
Hilfeseite URL http://www.chncompras.com/aliexpress-marcas/
URL der Datenschutzrichtlinien-Seite https://www.chncompras.com/privacy-policy
Unterstützte Sprachen de,en,fr,es,it,ru,ja
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon32.png",
        "default_popup": "feed.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "es",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "img\/icon128.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "16": "img\/icon16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlImJXs+OhZAyZyBKt2eQrbkM4Mp6be9gPJcoEhFiwRgWO2YzQJmikwm0xOglKYHWAuk2a4C2Mulc51eXCV+Fd+8\/JIzbqXgxtRPGtNeBWjfPwkRHUSGeTS7XSYLlKE+1ShuIi9DG4wJHOlPLcUKAA9mhodY1XBUsksxU01TjhTU8KSkj7qlFIZcWtsOzy0SgUxa\/9v2UG5tKz1KHSqutHABr7w8S9a2QXrC6TmathKwz0iThjXPFECq0Wp37X+F5r5X+3W9MmvKolc8kCKxof6H5w8XtHoAis6pf\/rsRVaTwzZJge7UwSzy16dB6paTCnudBUxUlaCGahMqS2VBOZwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "permissions": [
        "https:\/\/www.chnhelp.com\/*",
        "contextMenus"
    ],
    "short_name": "__MSG_chrome_extension_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5",
    "web_accessible_resources": [
        "inject.js",
        "inject.css"
    ]
}