Tiktok Viewer Online
Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
ما هو Tiktok Viewer Online؟
Tiktok Viewer Online هو إضافة Chrome تم تطويرها بواسطة ProductivityImprover، والميزة الرئيسية لها هي "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tiktok Viewer Online
قم بتنزيل ملفات الامتداد Tiktok Viewer Online بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Watch TikTok Videos on PC, just like on Phone. Feel Free to change the device type you want to simulate, Phone or Pad or FullScreen. 1. Input TikTok UserName and Click Follow to watch videos from the specific TikTok user. 2. Click ForYou to browser TikTok Videos on PC.
معلومات أساسية عن التمديد
الاسم | |
ID | llpdgdgakfnoagbhkicpplmnmhpnofbn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn |
الوصف | Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account. |
حجم الملف | 3.3 MB |
عدد التثبيتات | 825 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-11-24 |
تاريخ النشر | 2020-11-18 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | ProductivityImprover |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.tiktokdataplatform.com/ |
عنوان صفحة المساعدة | https://www.tiktokdataplatform.com/ |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/piprivacypolicy/home |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiktok Viewer Online", "version": "1.0.2", "description": "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon48.png", "default_title": "Tiktok Viewer Online on PC", "default_popup": "dashboard.html" }, "content_scripts": [], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "images\/*" ], "permissions": [ "*:\/\/*.tiktok.com\/", "storage", "tabs", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |