Yeetine DMG

Dank Memes Gang notifications disabler.

Yeetine DMGとは何ですか?

Yeetine DMGはyeetinedmgによって開発されたChromeの拡張機能で、その主な機能は「Dank Memes Gang notifications disabler.」です。

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

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

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

拡張機能の使用方法

                        This chrome extension was made to disable the facebook notifications from posts of the Dank Memes Gang. This application is completely free, if you want to support me, you can make a donation to my PayPal account : [email protected].
It will be greatly appreciated.
If you have suggestions about this application or want to see new features you can also contact me by email : [email protected].
Enjoy :).                    

拡張機能の基本情報

名前 Yeetine DMG Yeetine DMG
ID glpcfnhocjlnjmegecafpadhagjcpafp
公式URL https://chromewebstore.google.com/detail/yeetine-dmg/glpcfnhocjlnjmegecafpadhagjcpafp
説明 Dank Memes Gang notifications disabler.
ファイルサイズ 114 KB
インストール数 17
現在のバージョン 0.0.1
最終更新日 2017-08-09
公開日 2017-08-09
評価 5.00/5 合計 1 レビュー
開発者 yeetinedmg
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yeetine DMG",
    "description": "Dank Memes Gang notifications disabler.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "icons": {
        "19": "icon19.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "third-party\/jquery.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}