Random Office Netflix Episode
When clicked, this extension plays a random episode of The Office from Netflix.
ما هو Random Office Netflix Episode؟
Random Office Netflix Episode هو إضافة Chrome تم تطويرها بواسطة sunnylella، والميزة الرئيسية لها هي "When clicked, this extension plays a random episode of The Office from Netflix.".
تحميل ملف CRX للإضافة Random Office Netflix Episode
قم بتنزيل ملفات الامتداد Random Office Netflix Episode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple extension that plays a random episode of The Office from Netflix. You must have auto-login to Netflix enabled otherwise you will be prompted to login every time.
معلومات أساسية عن التمديد
الاسم | |
ID | imbcpbgkmjpddhhbalaonnkonakjiiao |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/random-office-netflix-epi/imbcpbgkmjpddhhbalaonnkonakjiiao |
الوصف | When clicked, this extension plays a random episode of The Office from Netflix. |
حجم الملف | 41.71 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-12-17 |
تاريخ النشر | 2017-12-17 |
المطور | sunnylella |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Office Netflix Episode", "description": "When clicked, this extension plays a random episode of The Office from Netflix.", "version": "1.1", "icons": { "8": "images\/icon8.png", "16": "images\/icon16.png", "38": "images\/icon38.png", "128": "images\/icon128.png" }, "browser_action": { "defualt_icon": "images\/icon38.jpg", "default_title": "Random Office Episode" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |