Wattpad Word Count
Add the word count to the story/part page
ما هو Wattpad Word Count؟
Wattpad Word Count هو إضافة Chrome تم تطويرها بواسطة dantgr، والميزة الرئيسية لها هي "Add the word count to the story/part page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wattpad Word Count
قم بتنزيل ملفات الامتداد Wattpad Word Count بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension, you can view the word count of any story and each of its parts. ⚠️ If the word count is not displayed after a few seconds, simply refresh the page.
معلومات أساسية عن التمديد
الاسم | Wattpad Word Count |
ID | cjbnladjjgobabkiioolngpoihdbncle |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
الوصف | Add the word count to the story/part page |
حجم الملف | 1.04 MB |
عدد التثبيتات | 774 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-12-15 |
تاريخ النشر | 2022-12-15 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | dantgr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wattpad Word Count", "version": "1.0", "description": "Add the word count to the story\/part page", "permissions": [ "webNavigation", "tabs" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.wattpad.com\/story\/*", "https:\/\/www.wattpad.com\/*" ] } ] } |