Copypasta for Twitch

One click copypasta! Memes have never been easier!

ما هو Copypasta for Twitch؟

Copypasta for Twitch هو إضافة Chrome تم تطويرها بواسطة Okashu، والميزة الرئيسية لها هي "One click copypasta! Memes have never been easier!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Copypasta for Twitch

قم بتنزيل ملفات الامتداد Copypasta for Twitch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Copypasta offers quick one-click pasting of twitch chat messages into the message box at twitch. Guaranteed dankest memes.

Version 0.94
- Fixed the addon not working at all

Version 0.92:
- fixed a thing (enabled the addon on https version of Twitch)

Version 0.91:
- The text area now focuses automatically after copypasting.

Version 0.9:
- Initial version.                    

معلومات أساسية عن التمديد

الاسم Copypasta for Twitch Copypasta for Twitch
ID nkgclknlhklbpoclobgkenobijacaobo
عنوان URL الرسمي https://chromewebstore.google.com/detail/copypasta-for-twitch/nkgclknlhklbpoclobgkenobijacaobo
الوصف One click copypasta! Memes have never been easier!
حجم الملف 15.08 KB
عدد التثبيتات 53
النسخة الحالية 0.93
آخر تحديث 2017-03-26
تاريخ النشر 2017-03-26
تقييم 2.33/5 مجموع تقييمات 3
المطور Okashu
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copypasta for Twitch",
    "short_name": "Copypasta",
    "description": "One click copypasta! Memes have never been easier!",
    "version": "0.93",
    "permissions": [
        "tabs",
        "http:\/\/www.twitch.tv\/",
        "https:\/\/www.twitch.tv\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "copypasta_script.js"
            ]
        }
    ]
}