Tumblr Mobile Images Next
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
ما هو Tumblr Mobile Images Next؟
Tumblr Mobile Images Next هو إضافة Chrome تم تطويرها بواسطة Gadsy، والميزة الرئيسية لها هي "Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.".
تحميل ملف CRX للإضافة Tumblr Mobile Images Next
قم بتنزيل ملفات الامتداد Tumblr Mobile Images Next بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | ejhphllbbmdfcalgcdmofmmkbgpphhjk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tumblr-mobile-images-next/ejhphllbbmdfcalgcdmofmmkbgpphhjk |
الوصف | Changes *.tumblr.com/mobile to show only images and links to page and next mobile page. |
حجم الملف | 2.79 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-06-09 |
تاريخ النشر | 2013-06-08 |
المطور | Gadsy |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.tumblr.com\/mobile*" ] } ], "manifest_version": 2, "name": "Tumblr Mobile Images Next", "version": "1.0" } |