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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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='"
}