Bundle Catcher

Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites

Qu'est-ce que Bundle Catcher ?

Bundle Catcher est une extension Chrome développée par ibatta, et sa fonction principale est "Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bundle Catcher

Téléchargez les fichiers d'extension Bundle Catcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bundle Catcher Bundle Catcher
ID efndhobdfdkkaabhoooopkkfmdnfeplh
URL Officiel https://chromewebstore.google.com/detail/bundle-catcher/efndhobdfdkkaabhoooopkkfmdnfeplh
Description Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites
Taille du Fichier 14.63 KB
Nombre d'Installations 78
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-07-29
Date de Publication 2019-10-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur ibatta
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}