Yeetine DMG

Dank Memes Gang notifications disabler.

Qu'est-ce que Yeetine DMG ?

Yeetine DMG est une extension Chrome développée par yeetinedmg, et sa fonction principale est "Dank Memes Gang notifications disabler.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Yeetine DMG

Téléchargez les fichiers d'extension Yeetine DMG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Yeetine DMG Yeetine DMG
ID glpcfnhocjlnjmegecafpadhagjcpafp
URL Officiel https://chromewebstore.google.com/detail/yeetine-dmg/glpcfnhocjlnjmegecafpadhagjcpafp
Description Dank Memes Gang notifications disabler.
Taille du Fichier 114 KB
Nombre d'Installations 17
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-08-09
Date de Publication 2017-08-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur yeetinedmg
Type de Paiement free
Langues Prises en Charge 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"
    ]
}