Tumblpass
This extension provides you advanced user experience with Tumblr blogs.
ما هو Tumblpass؟
Tumblpass هو إضافة Chrome تم تطويرها بواسطة https://webslut4rent.tumblr.com، والميزة الرئيسية لها هي "This extension provides you advanced user experience with Tumblr blogs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tumblpass
قم بتنزيل ملفات الامتداد Tumblpass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
unlock new features, open hidden content, get access to download files.
just install the free plugin tumbl +, which opens even more options.
Use our plugin for free and get free updates every month! معلومات أساسية عن التمديد
| الاسم | |
| ID | ejfhhbechmbnapkhnhkeejbhihdhcbde |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tumblpass/ejfhhbechmbnapkhnhkeejbhihdhcbde |
| الوصف | This extension provides you advanced user experience with Tumblr blogs. |
| حجم الملف | 6.16 KB |
| عدد التثبيتات | 261 |
| النسخة الحالية | 2.4.46 |
| آخر تحديث | 2014-12-16 |
| تاريخ النشر | 2014-12-16 |
| تقييم | 4.00/5 مجموع تقييمات 1 |
| المطور | https://webslut4rent.tumblr.com |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tumblpass",
"description": "This extension provides you advanced user experience with Tumblr blogs.",
"version": "2.4.46",
"permissions": [],
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"blockremover.js"
],
"css": [
"style.css"
]
}
]
} | |