One-click player.me sharing
Allows you to share a link to the current page to player.me
One-click player.me sharing क्या है?
One-click player.me sharing Julxzs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to share a link to the current page to player.me"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में One-click player.me sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a simple menu in which to share a link to the page you're currently browsing to player.me. You are given the option to enter a message to go with the link you are sharing, but if you don't give a message, the title of the current page will be used instead.
एक्सटेंशन की मूल जानकारी
नाम | One-click player.me sharing |
ID | bpbehblmlaokjncfjggkhbkfeoneoahd |
आधिकारिक URL | https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd |
विवरण | Allows you to share a link to the current page to player.me |
फ़ाइल का आकार | 660 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 3.2.0 |
अंतिम अपडेट | 2016-07-09 |
प्रकाशन तिथि | 2016-07-09 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | Julxzs |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://player.me/julxzs |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One-click player.me sharing", "description": "Allows you to share a link to the current page to player.me", "version": "3.2.0", "permissions": [ "https:\/\/player.me\/*", "tabs", "cookies", "storage" ], "icons": { "16": "images\/logo-icon-16.png", "128": "images\/logo-icon-128.png" }, "browser_action": { "default_icon": "images\/logo-icon-128.png", "default_title": "Share on player.me", "default_popup": "popup.html" } } |