Bundle Catcher
Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites
Τι είναι το Bundle Catcher;
Το Bundle Catcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ibatta, και η κύρια λειτουργία του είναι "Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bundle Catcher
Λήψη αρχείων επέκτασης Bundle Catcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | efndhobdfdkkaabhoooopkkfmdnfeplh |
| Επίσημο URL | https://chromewebstore.google.com/detail/bundle-catcher/efndhobdfdkkaabhoooopkkfmdnfeplh |
| Περιγραφή | Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites |
| Μέγεθος Αρχείου | 14.63 KB |
| Αριθμός Εγκαταστάσεων | 78 |
| Τρέχουσα Έκδοση | 1.0.2 |
| Τελευταία Ενημέρωση | 2020-07-29 |
| Ημερομηνία Δημοσίευσης | 2019-10-24 |
| Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
| Προγραμματιστής | ibatta |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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": []
} | |