Emotes Everywhere

Twitch, BTTV & FFZ emotes of your choosing on any site

Emotes Everywhereคืออะไร?

Emotes Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Enzo และคุณลักษณะหลักของมันคือ "Twitch, BTTV & FFZ emotes of your choosing on any site"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emotes Everywhere

ดาวน์โหลดไฟล์ส่วนขยาย Emotes Everywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Twitch, BTTV & FFZ emotes of your choosing on any site.

-choose any emote you want it to work with
-whitelist mode to whitelist sites you want it to work with
-blacklist mode to blacklist sites you dont want it to work with

right click icon and click options for settings.

W.I.P                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Emotes Everywhere Emotes Everywhere
ID bmobkojilggkdhfginkfilecnbnkngha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha
คำอธิบาย Twitch, BTTV & FFZ emotes of your choosing on any site
ขนาดไฟล์ 35.43 KB
จำนวนการติดตั้ง 11,147
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-07-28
วันที่เผยแพร่ 2020-07-27
ผู้พัฒนา Enzo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emotes Everywhere",
    "version": "1.0.1",
    "description": "Twitch, BTTV & FFZ emotes of your choosing on any site",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            ".\/js\/contextMenu.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        ".\/js\/popup.js",
        ".\/js\/content.js"
    ]
}