Photos Tagged
This extension will add a button on Facebook™ to show photos that the current profile was tagged in
ما هو Photos Tagged؟
Photos Tagged هو إضافة Chrome تم تطويرها بواسطة Ran Mariuma، والميزة الرئيسية لها هي "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Photos Tagged
قم بتنزيل ملفات الامتداد Photos Tagged بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you find photos in Facebook™ of people by observing their friends' photos they were tagged in. Easily and free, just install the extension and click the new button on Facebook™ profile page, under photos ('Photos Tagged'). This is an open source extension and the source code is hosted in github: https://github.com/maryum375/Photos-tagged
معلومات أساسية عن التمديد
الاسم | |
ID | ganlbkinkbapfndplimhpeajajmkbgno |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno |
الوصف | This extension will add a button on Facebook™ to show photos that the current profile was tagged in |
حجم الملف | 7.08 KB |
عدد التثبيتات | 668 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2017-10-10 |
تاريخ النشر | 2017-10-10 |
تقييم | 2.00/5 مجموع تقييمات 4 |
المطور | Ran Mariuma |
نوع الدفع | free |
موقع الإضافة | https://github.com/maryum375/Photos-tagged |
عنوان صفحة المساعدة | https://github.com/maryum375/Photos-tagged |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Photos Tagged", "short_name": "Photos Tagged", "description": "This extension will add a button on Facebook\u2122 to show photos that the current profile was tagged in", "version": "1.1.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "addphotosofbutton.js" ], "run_at": "document_start" } ] } |