Rickroll Extension
A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.
ما هو Rickroll Extension؟
Rickroll Extension هو إضافة Chrome تم تطويرها بواسطة Glebodan، والميزة الرئيسية لها هي "A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rickroll Extension
قم بتنزيل ملفات الامتداد Rickroll Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download this extension to prank your friends. This extension Rickrolls you 1/5 times when opening up a random webpage.
معلومات أساسية عن التمديد
الاسم | Rickroll Extension |
ID | jnbnepchhogcmmilkofgdnpgmcceomca |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rickroll-extension/jnbnepchhogcmmilkofgdnpgmcceomca |
الوصف | A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage. |
حجم الملف | 35.8 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-03-22 |
تاريخ النشر | 2023-03-22 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Glebodan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rickroll Extension", "version": "1.0", "description": "A Chrome extension that has a 1\/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |