Bundle Catcher
Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites
Wat is Bundle Catcher?
Bundle Catcher is een Chrome-extensie ontwikkeld door ibatta, en de belangrijkste functie is "Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites".
Extensie Screenshots
Download het CRX-bestand van de extensie Bundle Catcher
Download Bundle Catcher-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
Get the PWA/Adaptive bundle you are currently viewing on mobile/tablet sites, Make sure you are previewing the correct bundle.
How to use:
Just navigate to a PWA/Adaptive site and wait until the extension icon from the right top corner from chrome has the bundle number. if it is green then you are previewing a bundle else you are seeing the published bundle.
Hover extension icon to see the active version.
Note: in case the site is mobile please make sure to go to mobile site by using chrome emulator Basisinformatie over de Extensie
| Naam | |
| ID | efndhobdfdkkaabhoooopkkfmdnfeplh |
| Officiële URL | https://chromewebstore.google.com/detail/bundle-catcher/efndhobdfdkkaabhoooopkkfmdnfeplh |
| Beschrijving | Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites |
| Bestandsgrootte | 14.63 KB |
| Aantal Installaties | 78 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2020-07-29 |
| Publicatiedatum | 2019-10-24 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | ibatta |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bundle Catcher",
"version": "1.0.2",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"description": "Get the PWA\/Adaptive bundle you are viewing on mobile\/tablet sites",
"minimum_chrome_version": "45.0",
"permissions": [
"activeTab",
"webRequest",
"*:\/\/*\/*"
],
"background": {
"scripts": [
"panel.js"
],
"persistent": true
},
"browser_action": []
} | |