# fav-chrome-ext **Repository Path**: explorer_ading/fav-chrome-ext ## Basic Information - **Project Name**: fav-chrome-ext - **Description**: Favourit Extension for Chrome-Browser . - **Primary Language**: JavaScript - **License**: Zlib - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-19 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fav-chrome-ext 好玩的 Chrome 浏览器扩展收集。 ### 安装方法 1. 打开 chrome 浏览器的扩展页面 [chrome://extension](chrome://extension) ; 2. 打开右上角的开发者模式 ; 3. 然后通过左上角选择安装扩展的方式 ; ### 扩展列表 * [tampermonkey](http://www.tampermonkey.net/) > 官方下载 [tampermonkey-download](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) ; > 以及 [源码网站](https://github.com/Tampermonkey/tampermonkey) * [Greasy Fork脚本集合](https://github.com/Ahaochan/Tampermonkey) > 油猴脚本集合, 另外一个同类的参考 [greesy-forks](https://github.com/woolition/greasyforks) ; > 还有一个自动列出当前浏览网页支持的油猴脚本项目 [Userscript-Plus](https://github.com/jae-jae/Userscript-Plus) ; > 内容丰富的油猴脚本集合项目[XIU2-UserScript](https://github.com/XIU2/UserScript/) ; * [Bypass Paywalls](https://github.com/iamadamdev/bypass-paywalls-chrome) > Bypass Paywalls is a web browser extension to help bypass paywalls for selected sites. * [listen1-chrome-extension](https://github.com/listen1/listen1_chrome_extension) > one for all free music in china (chrome extension, also works for firefox). * [wappalyzer](https://www.wappalyzer.com) > 可以分析出当前网页所采用的技术栈, 包括webserver, js框架 等 ; > [项目源码](https://github.com/AliasIO/wappalyzer) 也可以通过命令行的运行模式(nodejs环境)帮助分析 ; * [similarweb](https://chrome.google.com/webstore/detail/similarweb-traffic-rank-w/hoklmmgfnpapgjgcpechhaamimifchmp) > 寻找类似网站的扩展 , 这是它的 [网站](https://www.similarweb.com) ,可以做网站流量分析、以及市场推广业务 ; * [handsfree-for-web](https://www.handsfreeforweb.com/en/) > Browse the web using only your voice * [widevine-l3-decryptor](https://github.com/tomer8007/widevine-l3-decryptor) > A Chrome extension that demonstrates bypassing Widevine L3 DRM. ### 第三方扩展下载地址 * [Chrome Extension Downloader](https://chrome-extension-downloader.com/) > 可以离线下载很多官方支持插件, * [chrome-for](https://www.chromefor.com/) > 国内 chrome 插件下载中心,包括 应用、游戏、模板 ; ### 扩展开发 * [MDN-WebExtensions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions) > Extensions, or add-ons, can modify and enhance the capability of a browser. > Extensions for Firefox are built using the WebExtensions API cross-browser technology. * [MDN - your-first-webextension](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension) * [Edge - creating-an-extension](https://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/creating-an-extension) * [Chrome - extensions get-started](https://developer.chrome.com/extensions/getstarted) * [examples](https://github.com/orbitbot/chrome-extensions-examples) > All Chrome Extension examples collected into one repository.