FreeSMUG Updater for Chromium (Mac)

Check for, download and install the latest stable Chromium revisions

什么是FreeSMUG Updater for Chromium (Mac)?

FreeSMUG Updater for Chromium (Mac)是由stullig开发的Chrome扩展程序,该扩展的主要功能是“Check for, download and install the latest stable Chromium revisions”。

扩展截图

screenshot
screenshot
screenshot

下载FreeSMUG Updater for Chromium (Mac)扩展crx文件

下载FreeSMUG Updater for Chromium (Mac)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension checks the repositories of FreeSMUG.org for their Mac Builds of Chromium.
(The builds from FreeSMUG.org had an autoupdate feature that broke in 64bit versions, so this can be used as a workaround.)

Features:

- Check for updates on Startup
- Check for updates every hour

- Include check for latest official Chrome Stable based on release calendar
- Notify on version mismatch

I am not affiliated, associated, authorized, endorsed by, or in any way officially connected with Google Inc and the Chromium Brand or any of its subsidiaries or its affiliates. The name "Chromium” as well as related names, marks, emblems and images are registered trademarks of Google Inc. 

For questions, remarks or bug reports, feel free to message me. 
  
Design inspired from: 
https://github.com/Hallbin/extension.chromium-updater                    

扩展基本信息

名称 FreeSMUG Updater for Chromium (Mac) FreeSMUG Updater for Chromium (Mac)
ID ccgjmadhdidfloacagcnnodbkedkjedg
官方URL https://chromewebstore.google.com/detail/freesmug-updater-for-chro/ccgjmadhdidfloacagcnnodbkedkjedg
简介 Check for, download and install the latest stable Chromium revisions
文件大小 99.53 KB
安装次数 2,002
当前版本 0.1.1.4
更新时间 2018-08-16
上架时间 2018-06-20
评分 3.36/5 共36次评分
开发者 stullig
付费类型 free
扩展官网 https://github.com/stullig/Chromium-Updater
帮助页面URL https://github.com/stullig/Chromium-Updater
支持的语言 en
manifest.json
{
    "author": "stullig",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/popup.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_Desc__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhJlPNEsFnzIAq\/4F+hskMOgTXMD3MTdla+LDfvZMfzleyNF7c4jt5N94mawZ5x3\/yNAFVsUB9eWBccfouivVV7hAo8v+AoKtITX+LZyT2qOlEMQPVaTvekmcZApYGqCuIxgV0gchBsMOgEgaLU5ptQwVI9n41Pq37RBNGBqHuPlac8IUoPE1pKUABwqoR10ZUmyZK6isPizXghRaBPuHe3cmukHX9iVPDt7gPdur+1+NclYkZ7DJl7TLvMXTvur520PxF42p8FFCEHQRxOP9mPysLO1gwLC0R3OgaLQuTeaiMML5LFhLpP4Y2k2TDOmfwOzp\/qfD4oSxoiUYTAtQoQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_Name__",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/sourceforge.net\/projects\/osxportableapps\/*",
        "https:\/\/commondatastorage.googleapis.com\/*",
        "https:\/\/omahaproxy.appspot.com\/*"
    ],
    "short_name": "Chromium Updater",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1.4"
}