GotoBase64Link
Go to base64 encoded link by Right Click
What is GotoBase64Link?
GotoBase64Link is a Chrome extension developed by CosmopolitanBeauty172, and its main feature is "Go to base64 encoded link by Right Click".
Extension Screenshots
Download GotoBase64Link Extension CRX File
Download GotoBase64Link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
우클릭으로 간단하게 base64로 인코딩된 링크로 접속
Extension Basic Information
Name | GotoBase64Link |
ID | fbkgfclopheckgncmoogiegbnjkelkkh |
Official URL | https://chromewebstore.google.com/detail/gotobase64link/fbkgfclopheckgncmoogiegbnjkelkkh |
Description | Go to base64 encoded link by Right Click |
File Size | 457 KB |
Installation Count | 1,019 |
Current Version | 1.1 |
Last Updated | 2020-08-25 |
Publish Date | 2020-08-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | CosmopolitanBeauty172 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |