├── README.md ├── background.js ├── icon.svg ├── icons ├── LICENSE ├── pause.svg └── play.svg └── manifest.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagarine/no-transition/HEAD/README.md -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagarine/no-transition/HEAD/background.js -------------------------------------------------------------------------------- /icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagarine/no-transition/HEAD/icon.svg -------------------------------------------------------------------------------- /icons/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagarine/no-transition/HEAD/icons/LICENSE -------------------------------------------------------------------------------- /icons/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagarine/no-transition/HEAD/icons/pause.svg -------------------------------------------------------------------------------- /icons/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagarine/no-transition/HEAD/icons/play.svg -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagarine/no-transition/HEAD/manifest.json --------------------------------------------------------------------------------