Uncover twitter.com Background
Hides the content wrapper, so you can see the background image!
ما هو Uncover twitter.com Background؟
Uncover twitter.com Background هو إضافة Chrome تم تطويرها بواسطة https://en.milado.net، والميزة الرئيسية لها هي "Hides the content wrapper, so you can see the background image!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Uncover twitter.com Background
قم بتنزيل ملفات الامتداد Uncover twitter.com Background بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you access twitter.com, a new icon (twitter logo) will appear in the omnibar, clicking it will hide / show the content wrapper in twitter.com, so you can see the profile background image.
معلومات أساسية عن التمديد
الاسم | Uncover twitter.com Background |
ID | nfhjomahbnhnkhggiajkcckmakbpddio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio |
الوصف | Hides the content wrapper, so you can see the background image! |
حجم الملف | 16.57 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2013-10-29 |
تاريخ النشر | 2013-10-29 |
تقييم | 2.14/5 مجموع تقييمات 7 |
المطور | https://en.milado.net |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uncover twitter.com Background", "description": "Hides the content wrapper, so you can see the background image!", "version": "1.1.1", "permissions": [ "tabs", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Uncover twitter.com Background" } } |