TubeArchivist Companion
Interact with your selfhosted TA server.
What is TubeArchivist Companion?
TubeArchivist Companion is a Chrome extension developed by simobilleter, and its main feature is "Interact with your selfhosted TA server.".
Extension Screenshots
Download TubeArchivist Companion Extension CRX File
Download TubeArchivist Companion 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
Automatically send links from your Browser to Tube Archivist.
Extension Basic Information
Name | TubeArchivist Companion |
ID | jjnkmicfnfojkkgobdfeieblocadmcie |
Official URL | https://chromewebstore.google.com/detail/tubearchivist-companion/jjnkmicfnfojkkgobdfeieblocadmcie |
Description | Interact with your selfhosted TA server. |
File Size | 44.56 KB |
Installation Count | 1,665 |
Current Version | 0.2.2 |
Last Updated | 2023-11-10 |
Publish Date | 2022-04-27 |
Rating | 5.00/5 Total 7 Ratings |
Developer | simobilleter |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tubearchivist/browser-extension |
Help Page URL | https://github.com/tubearchivist/browser-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TubeArchivist Companion", "description": "Interact with your selfhosted TA server.", "version": "0.2.2", "icons": { "48": "\/images\/icon.png", "128": "\/images\/icon128.png" }, "action": { "default_popup": "index.html" }, "permissions": [ "storage", "cookies" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] } ], "background": { "service_worker": "background.js" } } |