What The Duck
A browser extension that replaces the F word with Duck
ما هو What The Duck؟
What The Duck هو إضافة Chrome تم تطويرها بواسطة http://usamaejaz.com، والميزة الرئيسية لها هي "A browser extension that replaces the F word with Duck".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة What The Duck
قم بتنزيل ملفات الامتداد What The Duck بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple browser extension which replaces the F word with "duck". Features: - Replaces the F word with "duck" - Allows you to exclude specific sites - Shows the count of ducks in browser toolbar
معلومات أساسية عن التمديد
الاسم | |
ID | akcgddilpnbanfbhndpkfcfaemahiacg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/what-the-duck/akcgddilpnbanfbhndpkfcfaemahiacg |
الوصف | A browser extension that replaces the F word with Duck |
حجم الملف | 35.28 KB |
عدد التثبيتات | 73 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2018-01-22 |
تاريخ النشر | 2018-01-22 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | http://usamaejaz.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://usamaejaz.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "webNavigation", " |