Yeetine DMG

Dank Memes Gang notifications disabler.

What is Yeetine DMG?

Yeetine DMG is a Chrome extension developed by yeetinedmg, and its main feature is "Dank Memes Gang notifications disabler.".

Extension Screenshots

Download Yeetine DMG Extension CRX File

Download Yeetine DMG 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

                        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 :).                    

Extension Basic Information

Name Yeetine DMG Yeetine DMG
ID glpcfnhocjlnjmegecafpadhagjcpafp
Official URL https://chromewebstore.google.com/detail/yeetine-dmg/glpcfnhocjlnjmegecafpadhagjcpafp
Description Dank Memes Gang notifications disabler.
File Size 114 KB
Installation Count 17
Current Version 0.0.1
Last Updated 2017-08-09
Publish Date 2017-08-09
Rating 5.00/5 Total 1 Ratings
Developer yeetinedmg
Payment Type free
Supported Languages 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"
    ]
}