Spectator
This extension is part of Spectator's agent.
What is Spectator?
Spectator is a Chrome extension developed by https://thespectator.co, and its main feature is "This extension is part of Spectator's agent.".
Download Spectator Extension CRX File
Download Spectator 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 part of spectator agent. It is used to get url of active tab in Google chrome.
Extension Basic Information
Name | Spectator |
ID | paldmnhfkdoiebibdoolljakhljmhdpc |
Official URL | https://chromewebstore.google.com/detail/spectator/paldmnhfkdoiebibdoolljakhljmhdpc |
Description | This extension is part of Spectator's agent. |
File Size | 3.62 KB |
Installation Count | 45 |
Current Version | 1.2 |
Last Updated | 2015-02-07 |
Publish Date | 2015-02-07 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://thespectator.co |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spectator", "description": "This extension is part of Spectator's agent.", "version": "1.2", "permissions": [ "tabs", "activeTab" ], "background": { "scripts": [ "spectator.js" ] } } |