Yeetine DMG
Dank Memes Gang notifications disabler.
什么是Yeetine DMG?
Yeetine DMG是由yeetinedmg开发的Chrome扩展程序,该扩展的主要功能是“Dank Memes Gang notifications disabler.”。
扩展截图
下载Yeetine DMG扩展crx文件
下载Yeetine DMG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 :).
扩展基本信息
名称 | Yeetine DMG |
ID | glpcfnhocjlnjmegecafpadhagjcpafp |
官方URL | https://chromewebstore.google.com/detail/yeetine-dmg/glpcfnhocjlnjmegecafpadhagjcpafp |
简介 | Dank Memes Gang notifications disabler. |
文件大小 | 114 KB |
安装次数 | 17 |
当前版本 | 0.0.1 |
更新时间 | 2017-08-09 |
上架时间 | 2017-08-09 |
评分 | 5.00/5 共1次评分 |
开发者 | yeetinedmg |
付费类型 | free |
支持的语言 | 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" ] } |