LightShot Roulette
Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
ما هو LightShot Roulette؟
LightShot Roulette هو إضافة Chrome تم تطويرها بواسطة kolossalinc، والميزة الرئيسية لها هي "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LightShot Roulette
قم بتنزيل ملفات الامتداد LightShot Roulette بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
On Click, the script will generate a random six character key and send you to that image. Simple quick. Alot of Removed/Invalid images can be generated. The plugin itself is not responsible for the content you see on the external site.
معلومات أساسية عن التمديد
الاسم | LightShot Roulette |
ID | ggnpgmocgnboafcpdmdojkdaaoddjape |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape |
الوصف | Generates a random link to LightShot and goes to it. Share it with your friends if it's good! |
حجم الملف | 176 KB |
عدد التثبيتات | 3,034 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-03-27 |
تاريخ النشر | 2019-03-27 |
تقييم | 4.50/5 مجموع تقييمات 10 |
المطور | kolossalinc |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "48": "lightshot_roulette_logo.png", "128": "lightshot_roulette_logo.png" }, "name": "LightShot Roulette", "author": "Koloss5421", "description": "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!", "version": "1.0", "applications": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_title": "Lightshot Roulette" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |