Troll Redirect
Redirect all of your friend's webpages automatically by installing this on their computer!
ما هو Troll Redirect؟
Troll Redirect هو إضافة Chrome تم تطويرها بواسطة Aaron Lockhart، والميزة الرئيسية لها هي "Redirect all of your friend's webpages automatically by installing this on their computer!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Troll Redirect
قم بتنزيل ملفات الامتداد Troll Redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Troll and prank your friends with this automatically redirecting app! Upon installing it on your target's computer, click the icon and specify the website to which all requests will be redirected. This is guaranteed to frustrate and annoy your target immensely. Then hide the icon in the chrome menu and sit back while your target gets increasingly angry.
معلومات أساسية عن التمديد
الاسم | |
ID | micldaecbnddhhcaojamonojfdffegph |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph |
الوصف | Redirect all of your friend's webpages automatically by installing this on their computer! |
حجم الملف | 949 KB |
عدد التثبيتات | 192 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-12-06 |
تاريخ النشر | 2018-12-02 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | Aaron Lockhart |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Troll Redirect", "version": "1.0", "description": "Redirect all of your friend's webpages automatically by installing this on their computer!", "manifest_version": 2, "author": "Aaron Lockhart", "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "\/src\/troll.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "\/src\/popup.html" } } |