29 Star 261 Fork 44

呵大官人 / CSDN阅读全文自动展开

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
manifest.json 702 Bytes
Copy Edit Raw Blame History
呵大官人 authored 2018-12-07 09:53 . add domain blog.csdn.net
{
"name": "CSDN自动展开全文",
"version": "1.0",
"manifest_version": 2,
"description": "CSDN阅读全文要求登录,我是拒绝的!",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"http://*/*",
"https://*/*"
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "CSDN自动展开全文"
},
"content_scripts": [
{
"matches": [
"http://blog.csdn.net/*",
"https://blog.csdn.net/*"
],
"js": [
"jquery-1.9.1.min.js",
"myscript.js"
],
"run_at":"document_start"
}
]
}
JavaScript
1
https://gitee.com/scgywx/autoexpandcsdn.git
git@gitee.com:scgywx/autoexpandcsdn.git
scgywx
autoexpandcsdn
CSDN阅读全文自动展开
master

Search

53164aa7 5694891 3bd8fe86 5694891