SA Emotes for Facebook and Twitter

Enables client-side rendering of Something Awful Emotes on Facebook and Twitter

SA Emotes for Facebook and Twitter क्या है?

SA Emotes for Facebook and Twitter Kohlbern Jary द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

crx प्रारूप में SA Emotes for Facebook and Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Enables client-side rendering of Something Awful Emoticons on Facebook and Twitter. Post all your favorites like :yikes: and :frogout:, even the ones no one uses like :megadeath: and :sotw:.


Userscript version for Tampermonkey is also available at https://gist.github.com/KohlJary/e0038e2c269c4b102cbe02ffc9317cee                    

एक्सटेंशन की मूल जानकारी

नाम SA Emotes for Facebook and Twitter SA Emotes for Facebook and Twitter
ID jfkjkkepblkmhhcofkdkgjekligghpkp
आधिकारिक URL https://chrome.google.com/webstore/detail/sa-emotes-for-facebook-an/jfkjkkepblkmhhcofkdkgjekligghpkp
विवरण Enables client-side rendering of Something Awful Emotes on Facebook and Twitter
फ़ाइल का आकार 2.81 MB
स्थापना संख्या 21
वर्तमान संस्करण 1.0.0.4
अंतिम अपडेट 2018-08-20
प्रकाशन तिथि 2018-08-20
डेवलपर Kohlbern Jary
ईमेल [email protected]
भुगतान के प्रकार in_app
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "jquery.min.js",
                "SA Smilies Facebook + Twitter Chrome.user.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "img\/icons\/48Icon.png",
        "128": "img\/icons\/128Icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icons\/48Icon.png"
    },
    "web_accessible_resources": [
        "img\/emote\/*"
    ],
    "converted_from_user_script": true,
    "description": "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter",
    "name": "SA Emotes for Facebook and Twitter",
    "short_name": "SA Emotes for FB and Twitter",
    "author": "Kohlbern Jary",
    "version": "1.0.0.4"
}