mltshp

Post photos to mltshp.com.

Wat is mltshp?

mltshp is een Chrome-extensie ontwikkeld door MLTSHP, en de belangrijkste functie is "Post photos to mltshp.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie mltshp

Download mltshp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Easily save images from everywhere on the web. The silly ones, the sweet ones. The cool ones. The gross ones. Then share them with your friends and family.                    

Basisinformatie over de Extensie

Naam mltshp mltshp
ID dpkfhblfcdhcdekliknbpekjcppgihcd
Officiële URL https://chromewebstore.google.com/detail/mltshp/dpkfhblfcdhcdekliknbpekjcppgihcd
Beschrijving Post photos to mltshp.com.
Bestandsgrootte 18.06 KB
Aantal Installaties 172
Huidige Versie 3.0
Laatst Bijgewerkt 2023-07-25
Publicatiedatum 2019-04-05
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar MLTSHP
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mltshp.com
URL van de Privacybeleid Pagina https://mltshp.com/terms-of-use
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mltshp",
    "version": "3.0",
    "manifest_version": 3,
    "description": "Post photos to mltshp.com.",
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "96": "icon_96.png",
            "128": "icon_128.png"
        },
        "default_popup": "menu.html",
        "default_title": "MLTSHP"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}