├── LICENSE ├── README.md ├── background.js ├── icons ├── LICENSE ├── cf-green-16.png ├── cf-green-32.png ├── cf-green-64.png ├── cf-grey-16.png ├── cf-grey-32.png ├── cf-grey-64.png ├── cf-orange-16.png ├── cf-orange-32.png ├── cf-orange-64.png ├── cf-red-16.png ├── cf-red-32.png ├── cf-red-64.png ├── cf.svg └── make.sh ├── manifest.json ├── popup.css ├── popup.html └── popup.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/README.md -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/background.js -------------------------------------------------------------------------------- /icons/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/LICENSE -------------------------------------------------------------------------------- /icons/cf-green-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-green-16.png -------------------------------------------------------------------------------- /icons/cf-green-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-green-32.png -------------------------------------------------------------------------------- /icons/cf-green-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-green-64.png -------------------------------------------------------------------------------- /icons/cf-grey-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-grey-16.png -------------------------------------------------------------------------------- /icons/cf-grey-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-grey-32.png -------------------------------------------------------------------------------- /icons/cf-grey-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-grey-64.png -------------------------------------------------------------------------------- /icons/cf-orange-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-orange-16.png -------------------------------------------------------------------------------- /icons/cf-orange-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-orange-32.png -------------------------------------------------------------------------------- /icons/cf-orange-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-orange-64.png -------------------------------------------------------------------------------- /icons/cf-red-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-red-16.png -------------------------------------------------------------------------------- /icons/cf-red-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-red-32.png -------------------------------------------------------------------------------- /icons/cf-red-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf-red-64.png -------------------------------------------------------------------------------- /icons/cf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/cf.svg -------------------------------------------------------------------------------- /icons/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/icons/make.sh -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/popup.css -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/traktofon/cf-detect/HEAD/popup.js --------------------------------------------------------------------------------