Yeetine DMG
Dank Memes Gang notifications disabler.
Was ist Yeetine DMG?
Yeetine DMG ist eine Chrome-Erweiterung, die von yeetinedmg entwickelt wurde, und ihr Hauptmerkmal ist "Dank Memes Gang notifications disabler.".
Erweiterungsscreenshots
Yeetine DMG-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yeetine DMG-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :).
Grundlegende Informationen zur Erweiterung
Name | Yeetine DMG |
ID | glpcfnhocjlnjmegecafpadhagjcpafp |
Offizielle URL | https://chromewebstore.google.com/detail/yeetine-dmg/glpcfnhocjlnjmegecafpadhagjcpafp |
Beschreibung | Dank Memes Gang notifications disabler. |
Dateigröße | 114 KB |
Installationsanzahl | 17 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2017-08-09 |
Veröffentlichungsdatum | 2017-08-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | yeetinedmg |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |