A Chrome extension that hides all YouTube UI except for your video
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 401B

12345678910111213141516171819
  1. {
  2. "name": "ext",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "webpack",
  8. "watch": "webpack --watch"
  9. },
  10. "keywords": [],
  11. "author": "Dylan Baker <dylan@simulacrum.party>",
  12. "license": "MIT",
  13. "devDependencies": {
  14. "css-loader": "^3.0.0",
  15. "mini-css-extract-plugin": "^0.7.0",
  16. "webpack": "^4.35.3",
  17. "webpack-cli": "^3.3.5"
  18. }
  19. }