View Other Facebook Photos
View facebook photos that aren't readily accessible.
ما هو View Other Facebook Photos؟
View Other Facebook Photos هو إضافة Chrome تم تطويرها بواسطة Cambrian Labs، والميزة الرئيسية لها هي "View facebook photos that aren't readily accessible.".
تحميل ملف CRX للإضافة View Other Facebook Photos
قم بتنزيل ملفات الامتداد View Other Facebook Photos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | bhbccankdcgdojmbngaleaajnobibifp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/view-other-facebook-photo/bhbccankdcgdojmbngaleaajnobibifp |
الوصف | View facebook photos that aren't readily accessible. |
حجم الملف | 6.2 KB |
عدد التثبيتات | 372 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-02-10 |
تاريخ النشر | 2018-02-10 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | Cambrian Labs |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "View Other Facebook Photos", "description": "View facebook photos that aren't readily accessible.", "version": "1.1", "background": { "scripts": [ "popup.js" ] }, "icons": { "16": "print_16x16.png", "48": "print_16x16.png", "128": "print_16x16.png" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "popup.html", "default_title": "Test Extension" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |