moppy toolbar

My Chrome Extension

What is moppy toolbar?

moppy toolbar is a Chrome extension developed by https://pc.moppy.jp, and its main feature is "My Chrome Extension".

Extension Screenshots

screenshot

Download moppy toolbar Extension CRX File

Download moppy toolbar 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

                        モッピーツールバー
【公式】無料Chrome拡張機能

❤︎モッピー経由なしでポイント総取り!
1)モッピーツールバーを追加、ログイン
2)楽天でもZOZOTOWNでもAmazonでも、いつものようにサイトへアクセス
3)ポイントが貯まるようになったよ通知が出たら、ポイントゲット設定完了!
4)あとはお買い物するだけ♪

★ダブルでポイント獲得!
1)モッピーツールバーでモッピーポイントGet!
2)お買い物先の楽天、Yahoo!ショッピングなどでもポイントが貯まる!

【その他の機能】
・Google検索結果でポイントが貯まるサイトかすぐに分かるよ
・モッピーで登録したお気に入りにすぐアクセスできる
・保持ポイント数、通帳や交換もすぐに確認できて便利
・モッピー内で検索したいときにも、すぐに検索できる♪

モッピー http://pc.moppy.jp/                    

Extension Basic Information

Name moppy toolbar moppy toolbar
ID ofbabmedlpdmlfgdpbegaifgaagjbebj
Official URL https://chromewebstore.google.com/detail/moppy-toolbar/ofbabmedlpdmlfgdpbegaifgaagjbebj
Description My Chrome Extension
File Size 192 KB
Installation Count 10,000
Current Version 0.0.5.31
Last Updated 2022-01-25
Publish Date 2018-07-16
Rating 2.63/5 Total 16 Ratings
Developer https://pc.moppy.jp
Email [email protected]
Payment Type free
Extension Website http://pc.moppy.jp/forward/?t=198158
Help Page URL http://pc.moppy.jp/faq/
Privacy Policy Page URL https://ceres-inc.jp/index/policy
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.5.31",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-logined-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ja",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "css": [
            "styles\/mpt_contents.css"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "cookies",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/dexie\/dist\/dexie.js",
                "scripts\/utils.js",
                "scripts\/contents_google.js",
                "scripts\/contents_allsites.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-login-19.png",
            "38": "images\/icon-login-38.png"
        },
        "default_title": "\u30e2\u30c3\u30d4\u30fc\u30c4\u30fc\u30eb\u30d0\u30fc",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "styles\/mpt_contents.css",
        "images\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'"
}