Fallen Zuma
Impeach Zuma from the Internet
ما هو Fallen Zuma؟
Fallen Zuma هو إضافة Chrome تم تطويرها بواسطة https://www.mitchsaid.com، والميزة الرئيسية لها هي "Impeach Zuma from the Internet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fallen Zuma
قم بتنزيل ملفات الامتداد Fallen Zuma بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add this Chrome extension for guaranteed Zuma-free browsing, and live in online world where Zuma has already fallen.
Note: though this extension needs permissions to read page content, absolutely no personal data is read or stored in any way. معلومات أساسية عن التمديد
| الاسم | |
| ID | ehpggdllcbcbhabfpiknphnndhnniepe |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe |
| الوصف | Impeach Zuma from the Internet |
| حجم الملف | 84.43 KB |
| عدد التثبيتات | 29 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2016-04-22 |
| تاريخ النشر | 2016-04-21 |
| تقييم | 5.00/5 مجموع تقييمات 9 |
| المطور | https://www.mitchsaid.com |
| نوع الدفع | free |
| موقع الإضافة | http://www.mitchsaid.com/fallenzuma |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fallen Zuma",
"description": "Impeach Zuma from the Internet",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"animate.css"
],
"js": [
"jquery-2.2.2.min.js",
"jquery.blast.min.js",
"wow.min.js",
"content.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |