GotoBase64Link

Go to base64 encoded link by Right Click

Wat is GotoBase64Link?

GotoBase64Link is een Chrome-extensie ontwikkeld door CosmopolitanBeauty172, en de belangrijkste functie is "Go to base64 encoded link by Right Click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GotoBase64Link

Download GotoBase64Link-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

                        우클릭으로 간단하게 base64로 인코딩된 링크로 접속                    

Basisinformatie over de Extensie

Naam GotoBase64Link GotoBase64Link
ID fbkgfclopheckgncmoogiegbnjkelkkh
Officiële URL https://chromewebstore.google.com/detail/gotobase64link/fbkgfclopheckgncmoogiegbnjkelkkh
Beschrijving Go to base64 encoded link by Right Click
Bestandsgrootte 457 KB
Aantal Installaties 1,019
Huidige Versie 1.1
Laatst Bijgewerkt 2020-08-25
Publicatiedatum 2020-08-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar CosmopolitanBeauty172
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GotoBase64Link",
    "description": "Go to base64 encoded link by Right Click",
    "version": "1.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2
}