Twitter/YouTube Image Viewer
Image viewer for twitter and youtube
Twitter/YouTube Image Viewer क्या है?
Twitter/YouTube Image Viewer posky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Image viewer for twitter and youtube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter/YouTube Image Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
View or save original image of Twitter View or save thumbnail of Youtube View or save original image of Facebook
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cimifjpgnhkpfejeminpmonodgkgbbmg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitteryoutube-image-view/cimifjpgnhkpfejeminpmonodgkgbbmg |
विवरण | Image viewer for twitter and youtube |
फ़ाइल का आकार | 15.83 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2019-11-27 |
प्रकाशन तिथि | 2019-11-22 |
डेवलपर | posky |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "description": "Image viewer for twitter and youtube", "icons": { "16": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "manifest_version": 2, "name": "Twitter\/YouTube Image Viewer", "options_ui": { "open_in_tab": false, "page": "html\/options.html" }, "permissions": [ "declarativeContent", "activeTab", "contextMenus", "downloads", "storage" ], "version": "1.5" } |