Bundle Catcher

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

Bundle Catcher क्या है?

Bundle Catcher ibatta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bundle Catcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Bundle Catcher Bundle Catcher
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": []
}