View 3rd party photobucket images
Scans a webpage for photobucket images and the updates the src to show the image.
ما هو View 3rd party photobucket images؟
View 3rd party photobucket images هو إضافة Chrome تم تطويرها بواسطة amnlincoln، والميزة الرئيسية لها هي "Scans a webpage for photobucket images and the updates the src to show the image.".
تحميل ملف CRX للإضافة View 3rd party photobucket images
قم بتنزيل ملفات الامتداد View 3rd party photobucket images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Scans a webpage for photobucket images and then updates the src to show the image. Runs on all webpages
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | ehoeoelfbhokhcialnddlcnapkocnael |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael |
الوصف | Scans a webpage for photobucket images and the updates the src to show the image. |
حجم الملف | 34.22 KB |
عدد التثبيتات | 93 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-10-03 |
تاريخ النشر | 2017-10-03 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | amnlincoln |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View 3rd party photobucket images", "description": "Scans a webpage for photobucket images and the updates the src to show the image.", "version": "1.0.1", "browser_action": { "default_icon": { "32": "images\/icon.png" }, "default_title": "Photobucket Fixer" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "content.js" ] } ], "permissions": [] } |