papers-with-video

Show video explanations for research papers

What is papers-with-video?

papers-with-video is a Chrome extension developed by amitness, and its main feature is "Show video explanations for research papers".

Extension Screenshots

screenshot

Download papers-with-video Extension CRX File

Download papers-with-video 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

                        Add a video icon to the paper title on arxiv.org if a conference video exists for the paper.

The list of supported papers: http://bit.ly/supported-papers                    

Extension Basic Information

Name papers-with-video papers-with-video
ID aflnhgmklenfljibnfellgkmdpmmoekf
Official URL https://chromewebstore.google.com/detail/papers-with-video/aflnhgmklenfljibnfellgkmdpmmoekf
Description Show video explanations for research papers
File Size 546 KB
Installation Count 1,000
Current Version 0.5.2
Last Updated 2022-06-03
Publish Date 2021-02-04
Rating 5.00/5 Total 1 Ratings
Developer amitness
Email [email protected]
Payment Type free
Privacy Policy Page URL https://amitness.com/privacy/index.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "papers-with-video",
    "version": "0.5.2",
    "description": "Show video explanations for research papers",
    "author": "Amit Chaudhary ",
    "homepage_url": "https:\/\/github.com\/amitness\/papers-with-video",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/arxiv.org\/abs\/*",
                "http:\/\/arxiv.org\/abs\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/mapping.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "144": "images\/icon.png"
    },
    "offline_enabled": true
}