Tabs Against Humanity
Draws cards when opening a new tab.
ما هو Tabs Against Humanity؟
Tabs Against Humanity هو إضافة Chrome تم تطويرها بواسطة Twan، والميزة الرئيسية لها هي "Draws cards when opening a new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabs Against Humanity
قم بتنزيل ملفات الامتداد Tabs Against Humanity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generates a random combination of Cards Against Humanity cards on the new tab page. You don't need friends anymore. Play CAH alone. Have fun. v1.3 : Click on a white card to redraw.
معلومات أساسية عن التمديد
الاسم | |
ID | ocncoapbbdeecpggmoebhoamgkjinapn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tabs-against-humanity/ocncoapbbdeecpggmoebhoamgkjinapn |
الوصف | Draws cards when opening a new tab. |
حجم الملف | 56.27 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 1.3 |
آخر تحديث | 2017-05-02 |
تاريخ النشر | 2017-05-02 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Twan |
نوع الدفع | in_app |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Against Humanity", "description": "Draws cards when opening a new tab.", "version": "1.3", "icons": { "128": "128.png" }, "author": "Twan", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |