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によって開発されたChromeの拡張機能で、その主な機能は「Enables client-side rendering of Something Awful Emotes on Facebook and Twitter」です。

拡張機能のスクリーンショット

screenshot

SA Emotes for Facebook and Twitter拡張機能のCRXファイルをダウンロード

SA Emotes for Facebook and Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}