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 Yeetine DMG
ID glpcfnhocjlnjmegecafpadhagjcpafp
官方網址 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"
    ]
}