Yeetine DMG

Dank Memes Gang notifications disabler.

Yeetine DMG là gì?

Yeetine DMG là một tiện ích mở rộng Chrome được phát triển bởi yeetinedmg, và tính năng chính của nó là "Dank Memes Gang notifications disabler.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Yeetine DMG

Tải xuống các tệp mở rộng Yeetine DMG dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yeetine DMG Yeetine DMG
ID glpcfnhocjlnjmegecafpadhagjcpafp
URL Chính Thức https://chromewebstore.google.com/detail/yeetine-dmg/glpcfnhocjlnjmegecafpadhagjcpafp
Mô tả Dank Memes Gang notifications disabler.
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-08-09
Ngày Phát Hành 2017-08-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển yeetinedmg
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}