IP Website- on screen
Current website IP at the right bottom corner on your screen.
IP Website- on screen क्या है?
IP Website- on screen proEXT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Current website IP at the right bottom corner on your screen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IP Website- on screen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
IPeX- your browsing helper. IPeX adds Ip of the website you are visiting this time. What you've got: - Free and simple extension, al that you need. - Disable/Enable option by click on icon - Website IPv4/IPv6 Address - Hiding IP while in printing screen Note! Privacy is important for me. I don't save or store any IP address or other data.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iadcmdnkhnopcpaamgoiealadkdddddi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ip-website-on-screen/iadcmdnkhnopcpaamgoiealadkdddddi |
विवरण | Current website IP at the right bottom corner on your screen. |
फ़ाइल का आकार | 86.5 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 0.9.9 |
अंतिम अपडेट | 2020-11-24 |
प्रकाशन तिथि | 2020-10-31 |
रेटिंग | 3.60/5 कुल 5 रेटिंग्स |
डेवलपर | proEXT |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,ms,de,en,en-GB,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.9", "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "minimum_chrome_version": "18", "manifest_version": 2, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "\/images\/icon48.png", "default_popup": "popup.html", "default_title": "Website IP Options" }, "content_scripts": [ { "all_frames": false, "run_at": "document_end", "js": [ "jquery.ip.js", "ip.js" ], "css": [ "css\/ip.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |