SA Emotes for Facebook and Twitter

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

Co je SA Emotes for Facebook and Twitter?

SA Emotes for Facebook and Twitter je rozšíření Chrome vyvinuté Kohlbern Jary, a jeho hlavní funkcí je „Enables client-side rendering of Something Awful Emotes on Facebook and Twitter“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SA Emotes for Facebook and Twitter

Stáhněte si soubory rozšíření SA Emotes for Facebook and Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název SA Emotes for Facebook and Twitter SA Emotes for Facebook and Twitter
ID jfkjkkepblkmhhcofkdkgjekligghpkp
Oficiální URL https://chrome.google.com/webstore/detail/sa-emotes-for-facebook-an/jfkjkkepblkmhhcofkdkgjekligghpkp
Popis Enables client-side rendering of Something Awful Emotes on Facebook and Twitter
Velikost souboru 2.81 MB
Počet instalací 21
Aktuální Verze 1.0.0.4
Poslední Aktualizace 2018-08-20
Datum Vydání 2018-08-20
Vývojář Kohlbern Jary
E-mail [email protected]
Typ Platby in_app
Podporované Jazyky 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"
}