BetterGFMotes

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

BetterGFMotes क्या है?

BetterGFMotes https://bettergfmotes.ga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BetterGFMotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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='"
}