Yeetine DMG

Dank Memes Gang notifications disabler.

Apa itu Yeetine DMG?

Yeetine DMG adalah ekstensi Chrome yang dikembangkan oleh yeetinedmg, dan fitur utamanya adalah "Dank Memes Gang notifications disabler.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Yeetine DMG

Unduh file ekstensi Yeetine DMG dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Yeetine DMG Yeetine DMG
ID glpcfnhocjlnjmegecafpadhagjcpafp
URL Resmi https://chromewebstore.google.com/detail/yeetine-dmg/glpcfnhocjlnjmegecafpadhagjcpafp
Deskripsi Dank Memes Gang notifications disabler.
Ukuran File 114 KB
Jumlah Instalasi 17
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2017-08-09
Tanggal Publikasi 2017-08-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang yeetinedmg
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}