├── README.md ├── content.js ├── images └── logo.png ├── manifest.json ├── popup.html └── popup.js /README.md: -------------------------------------------------------------------------------- 1 | # tien-ich-loc-follow-tiktok -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tungdevx/tien-ich-loc-follow-tiktok/HEAD/content.js -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tungdevx/tien-ich-loc-follow-tiktok/HEAD/images/logo.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tungdevx/tien-ich-loc-follow-tiktok/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tungdevx/tien-ich-loc-follow-tiktok/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tungdevx/tien-ich-loc-follow-tiktok/HEAD/popup.js --------------------------------------------------------------------------------