Bitcointalk Custom CSS
Only works in bitcointalk.org
ما هو Bitcointalk Custom CSS؟
Bitcointalk Custom CSS هو إضافة Chrome تم تطويرها بواسطة ozer gul، والميزة الرئيسية لها هي "Only works in bitcointalk.org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bitcointalk Custom CSS
قم بتنزيل ملفات الامتداد Bitcointalk Custom CSS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Custom CSS and images for old bitcointalk.org forum. Only works in bitcointalk.org
معلومات أساسية عن التمديد
الاسم | Bitcointalk Custom CSS |
ID | oejikidddaaaooeihbdnmkmmlioeabhl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bitcointalk-custom-css/oejikidddaaaooeihbdnmkmmlioeabhl |
الوصف | Only works in bitcointalk.org |
حجم الملف | 36.21 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-12-24 |
تاريخ النشر | 2016-12-24 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | ozer gul |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://bitcointalk.org |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcointalk Custom CSS", "version": "0.1", "description": "Only works in bitcointalk.org", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "css": [ "css.css" ], "js": [ "app.js" ], "matches": [ "https:\/\/bitcointalk.org\/*" ] } ] } |