Get CRX
Get source .crx extension file of any Chrome extension
Vad är Get CRX?
Get CRX är en Chrome-tillägg utvecklad av https://adamcarbonell.com, och dess huvudfunktion är "Get source .crx extension file of any Chrome extension".
Tilläggsskärmbilder
Ladda ner Get CRX-förlängningens CRX-fil
Ladda ner Get CRX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
*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. Grundläggande Information om Tillägg
| Namn | |
| ID | dijpllakibenlejkbajahncialkbdkjc |
| Officiell webbadress | https://chromewebstore.google.com/detail/get-crx/dijpllakibenlejkbajahncialkbdkjc |
| Beskrivning | Get source .crx extension file of any Chrome extension |
| Filstorlek | 9.7 KB |
| Antal Installationer | 29,039 |
| Aktuell Version | 1.51 |
| Senast Uppdaterad | 2023-11-18 |
| Publiceringsdatum | 2020-03-09 |
| Betyg | 4.41/5 Totalt 80 Betyg |
| Utvecklare | https://adamcarbonell.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://adamcarbonell.com/policy.html |
| Stödda Språk | 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"
} | |