BundleID

find bundle id quickly

What is BundleID?

BundleID is a Chrome extension developed by https://www.miniy.net, and its main feature is "find bundle id quickly".

Download BundleID Extension CRX File

Download BundleID extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        https://itunes.apple.com/で表示したアプリのbundeidを素早く調べることができます。                    

Extension Basic Information

Name BundleID BundleID
ID cbghdplieojfafnghhcplcaacmkgniob
Official URL https://chromewebstore.google.com/detail/bundleid/cbghdplieojfafnghhcplcaacmkgniob
Description find bundle id quickly
File Size 48.65 KB
Installation Count 11
Current Version 1.1
Last Updated 2016-11-18
Publish Date 2016-11-17
Rating 5.00/5 Total 1 Ratings
Developer https://www.miniy.net
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BundleID",
    "version": "1.1",
    "description": "find bundle id quickly",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/popup.js",
                "js\/lib\/jquery.min.js"
            ],
            "matches": [
                "https:\/\/itunes.apple.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}