Troll Emoticons

Use memes on popular websites!!

Troll Emoticons là gì?

Troll Emoticons là một tiện ích mở rộng Chrome được phát triển bởi Brock Obama, và tính năng chính của nó là "Use memes on popular websites!!".

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

screenshot

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

Tải xuống các tệp mở rộng Troll Emoticons 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

                        Replaces commands such as :lol: with meme images.                    

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

Tên Troll Emoticons Troll Emoticons
ID mbkeilmafkpllfhbfliccpfogahohfbe
URL Chính Thức https://chromewebstore.google.com/detail/troll-emoticons/mbkeilmafkpllfhbfliccpfogahohfbe
Mô tả Use memes on popular websites!!
Kích Thước Tệp 912 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 5.2.2
Cập Nhật Lần Cuối 2021-08-11
Ngày Phát Hành 2021-08-11
Nhà Phát Triển Brock Obama
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://facebook.com/CarlSaganWasHere
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "loader.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/assets\/css\/reddit.css"
            ],
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/www.reddit.com\/*"
            ]
        },
        {
            "css": [
                "\/assets\/css\/tooltip.css"
            ],
            "js": [
                "\/lib\/mappings.js",
                "\/lib\/content_script.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "http:\/\/plus.google.com\/*",
                "https:\/\/plus.google.com\/*",
                "https:\/\/funnyjunk.com\/*",
                "http:\/\/funnyjunk.com\/*",
                "http:\/\/www.funnyjunk.com\/*",
                "https:\/\/www.funnyjunk.com\/*",
                "http:\/\/cheezburger.com\/*",
                "https:\/\/cheezburger.com\/*",
                "http:\/\/*.cheezburger.com\/*",
                "https:\/\/*.cheezburger.com\/*",
                "http:\/\/*.memebase.com\/*",
                "https:\/\/*.memebase.com\/*",
                "http:\/\/www.reddit.com\/*",
                "https:\/\/www.reddit.com\/*",
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "http:\/\/*.tumblr.com\/*",
                "https:\/\/*.tumblr.com\/*",
                "http:\/\/www.cuantocabron.com\/*",
                "https:\/\/www.cuantocabron.com\/*",
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.imgur.com\/*",
                "https:\/\/www.imgur.com\/*",
                "http:\/\/i.imgur.com\/*",
                "https:\/\/i.imgur.com\/*",
                "http:\/\/*.imgur.com\/*",
                "https:\/\/*.imgur.com\/*",
                "http:\/\/www.knowyourmeme.com\/*",
                "https:\/\/www.knowyourmeme.com\/*",
                "http:\/\/www.trollemoticons.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "css": [
                "\/assets\/css\/tooltip.css"
            ],
            "js": [
                "\/lib\/mappings.js",
                "\/lib\/content_script.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/plugins\/*",
                "https:\/\/www.facebook.com\/plugins\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "\/lib\/vendor\/au.min.js",
                "\/lib\/support.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "js": [
                "\/lib\/support_frame.js"
            ],
            "matches": [
                "http:\/\/*.yieldsquare.com\/*",
                "https:\/\/*.yieldsquare.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "\/lib\/thanks.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/www.trollemoticons.com\/thanks*"
            ]
        }
    ],
    "description": "Use memes on popular websites!!",
    "icons": {
        "16": "\/assets\/icon\/icon16.png",
        "48": "\/assets\/icon\/icon48.png",
        "128": "\/assets\/icon\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Troll Emoticons",
    "action": {
        "default_icon": "\/assets\/icon\/icon16.png",
        "default_popup": "\/pages\/popup.html",
        "default_title": "Troll Emoticons"
    },
    "options_page": "\/pages\/options.html",
    "permissions": [
        "storage"
    ],
    "version": "5.2.2"
}