Yeetine DMG
Dank Memes Gang notifications disabler.
Wat is Yeetine DMG?
Yeetine DMG is een Chrome-extensie ontwikkeld door yeetinedmg, en de belangrijkste functie is "Dank Memes Gang notifications disabler.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yeetine DMG
Download Yeetine DMG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :).
Basisinformatie over de Extensie
Naam | Yeetine DMG |
ID | glpcfnhocjlnjmegecafpadhagjcpafp |
Officiële URL | https://chromewebstore.google.com/detail/yeetine-dmg/glpcfnhocjlnjmegecafpadhagjcpafp |
Beschrijving | Dank Memes Gang notifications disabler. |
Bestandsgrootte | 114 KB |
Aantal Installaties | 17 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-08-09 |
Publicatiedatum | 2017-08-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | yeetinedmg |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |