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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kohlbern Jary และคุณลักษณะหลักของมันคือ "Enables client-side rendering of Something Awful Emotes on Facebook and Twitter"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SA Emotes for Facebook and Twitter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}