Random Office Netflix Episode
When clicked, this extension plays a random episode of The Office from Netflix.
What is Random Office Netflix Episode?
Random Office Netflix Episode is a Chrome extension developed by sunnylella, and its main feature is "When clicked, this extension plays a random episode of The Office from Netflix.".
Download Random Office Netflix Episode Extension CRX File
Download Random Office Netflix Episode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | imbcpbgkmjpddhhbalaonnkonakjiiao |
Official URL | https://chrome.google.com/webstore/detail/random-office-netflix-epi/imbcpbgkmjpddhhbalaonnkonakjiiao |
Description | When clicked, this extension plays a random episode of The Office from Netflix. |
File Size | 41.71 KB |
Installation Count | 22 |
Current Version | 1.1 |
Last Updated | 2017-12-17 |
Publish Date | 2017-12-17 |
Developer | sunnylella |
Payment Type | free |
Supported Languages | 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 } } |