Photos Tagged
This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Photos Tagged क्या है?
Photos Tagged Ran Mariuma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will add a button on Facebook™ to show photos that the current profile was tagged in"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Photos Tagged एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } ] } |