Yeetine DMG

Dank Memes Gang notifications disabler.

Cos'è Yeetine DMG?

Yeetine DMG è un'estensione di Chrome sviluppata da yeetinedmg, e la sua funzione principale è "Dank Memes Gang notifications disabler.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Yeetine DMG

Scarica i file di estensione Yeetine DMG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Yeetine DMG Yeetine DMG
ID glpcfnhocjlnjmegecafpadhagjcpafp
URL Ufficiale https://chromewebstore.google.com/detail/yeetine-dmg/glpcfnhocjlnjmegecafpadhagjcpafp
Descrizione Dank Memes Gang notifications disabler.
Dimensione del File 114 KB
Conteggio Installazioni 17
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-08-09
Data di Pubblicazione 2017-08-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore yeetinedmg
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}