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 هو إضافة Chrome تم تطويرها بواسطة Julxzs، والميزة الرئيسية لها هي "Allows you to share a link to the current page to player.me".
تحميل ملف CRX للإضافة One-click player.me sharing
قم بتنزيل ملفات الامتداد One-click player.me sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |