GaggleAMP

Receive notifications in your browser whenever you have new messages to share on GaggleAMP.

GaggleAMPとは何ですか?

GaggleAMPはhttps://gaggleamp.comによって開発されたChromeの拡張機能で、その主な機能は「Receive notifications in your browser whenever you have new messages to share on GaggleAMP.」です。

拡張機能のスクリーンショット

screenshot

GaggleAMP拡張機能のCRXファイルをダウンロード

GaggleAMP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        GaggleAMP Chrome Extension is a popular add on for people who are Members of Gaggles. With it, you will be notified when new messages are available to share. This applications is FREE for existing Members of Gaggles. To get more information on GaggleAMP, please visit https://www.gaggleamp.com.                    

拡張機能の基本情報

名前 GaggleAMP GaggleAMP
ID iejcioklffgfphnanaocclclmclfnboj
公式URL https://chromewebstore.google.com/detail/gaggleamp/iejcioklffgfphnanaocclclmclfnboj
説明 Receive notifications in your browser whenever you have new messages to share on GaggleAMP.
ファイルサイズ 522 KB
インストール数 3,863
現在のバージョン 3.0.7
最終更新日 2022-02-09
公開日 2020-06-11
評価 4.29/5 合計 7 レビュー
開発者 https://gaggleamp.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.gaggleamp.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GaggleAMP",
    "version": "3.0.7",
    "description": "Receive notifications in your browser whenever you have new messages to share on GaggleAMP.",
    "background": {
        "scripts": [
            "lib\/gaggleamp.js",
            "lib\/extension.js",
            "javascripts\/chrome_port_wrapper.js",
            "chrome_browser.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-disabled.png",
        "default_title": "GaggleAMP",
        "default_popup": "panel.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.gaggleamp.com\/*"
        ]
    },
    "permissions": [
        "https:\/\/*.gaggleamp.com\/*",
        "identity",
        "notifications",
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.jpg",
        "48": "images\/icon48.jpg",
        "128": "images\/icon128.jpg"
    }
}