BetterGFMotes

Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.

BetterGFMotesคืออะไร?

BetterGFMotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bettergfmotes.ga และคุณลักษณะหลักของมันคือ "Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit."

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

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

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

                                            

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

ชื่อ BetterGFMotes BetterGFMotes
ID biejbmijmlhaaafdfbpngiflnpjhipco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco
คำอธิบาย Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
ขนาดไฟล์ 5.44 MB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-05-11
วันที่เผยแพร่ 2016-05-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://bettergfmotes.ga
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://bettergfmotes.ga/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "@bettergfmotes"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "uncode.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html",
        "default_title": "Emote List"
    },
    "content_scripts": [
        {
            "css": [
                "emotes.css",
                "modifiers.css",
                "fonts.css",
                "spoilers.css"
            ],
            "js": [
                "uncode.js"
            ],
            "matches": [
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.voat.co\/*",
                "https:\/\/*.discordapp.com\/*"
            ]
        }
    ],
    "description": "Adds additional emotes to \/r\/gravityfalls and allows you to view them around Reddit.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "BetterGFMotes",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.reddit.com\/*",
        "https:\/\/*.voat.co\/*",
        "https:\/\/*.discordapp.com\/*"
    ],
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' 'sha256-T+9GxYz7IuqbOBrmjQAJl35VW1Y5f8hr\/U6EZ323RhU=' https:\/\/j-co.ga.com; object-src 'self' 'sha256-T+9GxYz7IuqbOBrmjQAJl35VW1Y5f8hr\/U6EZ323RhU='"
}