Dramatic chipmunk prank
This extension will change every image on the internet into dramatic chipmunk!
ما هو Dramatic chipmunk prank؟
Dramatic chipmunk prank هو إضافة Chrome تم تطويرها بواسطة skeys apps، والميزة الرئيسية لها هي "This extension will change every image on the internet into dramatic chipmunk!".
تحميل ملف CRX للإضافة Dramatic chipmunk prank
قم بتنزيل ملفات الامتداد Dramatic chipmunk prank بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
!!IMPORTANT!! I have gotten many reviews from people complaining that it has ruined chrome and they can't get it off. I am extremely sorry, but to remove it, all you have to do it go to chrome://extensions (also available under the settings window on the left toolbar), find it in the list, and disable it or click the trash can to remove it. --End of important info-- This is the perfect app to annoy and prank your friends! It is similar to the NCage extension, but it uses dramatic chipmunk instead. Also, it will soon change all youtube videos into nyan cat.
معلومات أساسية عن التمديد
الاسم | |
ID | bhclknelbdnpmchlbfgnmlpgkbpgeego |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego |
الوصف | This extension will change every image on the internet into dramatic chipmunk! |
حجم الملف | 1.9 MB |
عدد التثبيتات | 298 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2015-07-03 |
تاريخ النشر | 2015-07-03 |
تقييم | 1.89/5 مجموع تقييمات 37 |
المطور | skeys apps |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dramatic chipmunk prank", "short_name": "Chipmunks4Eva", "description": "This extension will change every image on the internet into dramatic chipmunk!", "version": "0.0.1", "permissions": [ "webNavigation", "*:\/\/*\/*" ], "icons": { "128": "assets\/icon_128.png" }, "background": { "scripts": [ "background.js" ] } } |