Get CRX
Get source .crx extension file of any Chrome extension
Co to jest Get CRX?
Get CRX to rozszerzenie Chrome opracowane przez https://adamcarbonell.com, a jego główną funkcją jest „Get source .crx extension file of any Chrome extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Get CRX
Pobierz pliki rozszerzeń Get CRX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
*Now working on both old and new Chrome Web Stores*
Instantly get .crx source file of any free Chrome extension via right click context menu. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dijpllakibenlejkbajahncialkbdkjc |
| Oficjalny URL | https://chromewebstore.google.com/detail/get-crx/dijpllakibenlejkbajahncialkbdkjc |
| Opis | Get source .crx extension file of any Chrome extension |
| Rozmiar pliku | 9.7 KB |
| Liczba instalacji | 29,039 |
| Aktualna Wersja | 1.51 |
| Ostatnia Aktualizacja | 2023-11-18 |
| Data Publikacji | 2020-03-09 |
| Ocena | 4.41/5 Łącznie 80 Oceny |
| Deweloper | https://adamcarbonell.com |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://adamcarbonell.com/policy.html |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "bg.js"
},
"description": "Get source .crx extension file of any Chrome extension",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"manifest_version": 3,
"name": "Get CRX",
"permissions": [
"contextMenus",
"downloads"
],
"host_permissions": [
"https:\/\/chrome.google.com\/webstore\/detail\/",
"https:\/\/chromewebstore.google.com\/detail\/"
],
"version": "1.51"
} | |