RickPot
Turns 1 in every 100 links into a rickroll
ما هو RickPot؟
RickPot هو إضافة Chrome تم تطويرها بواسطة georgepowell10، والميزة الرئيسية لها هي "Turns 1 in every 100 links into a rickroll".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RickPot
قم بتنزيل ملفات الامتداد RickPot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
RickPot turns 1/100 links into a Rick Roll. It's RickPot luck! No icon in the chrome-bar means you can stealthily install this on your friend's laptops and and wait for them to go crazy!
معلومات أساسية عن التمديد
الاسم | |
ID | anpoljppcdgolfkifkhljonddnajfgdc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc |
الوصف | Turns 1 in every 100 links into a rickroll |
حجم الملف | 100 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-03-06 |
تاريخ النشر | 2014-03-06 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | georgepowell10 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RickPot", "version": "0.1", "description": "Turns 1 in every 100 links into a rickroll", "content_scripts": [ { "js": [ "jquery.js", "content_script.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "permissions": [ "declarativeContent" ], "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |