Startup Erector
Startup Erector
什麼是Startup Erector?
Startup Erector是由http://startup-erector.com開發的Chrome擴展程式,該擴展的主要功能是“Startup Erector”。
擴展截圖
下載Startup Erector擴展crx文件
下載Startup Erector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Growth Hacking Tool is a versatile utility designed to find out the very webpages among Google search results that contain any of the comment boxes given below:
- Facebook
- Discuss
- Twitter
- Decomment
- Livefyre
- Vkontakte
- Google+
- Cackle
- Intense debate
- 20+ internal comment systems
In addition, it has got a bunch of nice features such as enhanced comment editor and automatic scrolling to comment area. 擴展基本資訊
| 名稱 | |
| ID | jhjpkhmabonceielclcmfnilccaemoap |
| 官方網址 | https://chrome.google.com/webstore/detail/startup-erector/jhjpkhmabonceielclcmfnilccaemoap |
| 簡介 | Startup Erector |
| 檔案大小 | 51.31 KB |
| 安裝次數 | 62 |
| 目前版本 | 0.0.17 |
| 更新時間 | 2016-11-19 |
| 上架時間 | 2016-11-19 |
| 評分 | 4.75/5 共 4 次評分 |
| 開發者 | http://startup-erector.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Startup Erector",
"version": "0.0.17",
"manifest_version": 2,
"description": "Startup Erector",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"background",
"storage",
"activeTab",
"tabs"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_globs": [
"*:\/\/*.google.*\/*"
],
"js": [
"scripts\/contentscript-all.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"include_globs": [
"*:\/\/*.google.*\/*"
],
"js": [
"scripts\/contentscript-google.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"browser_action": {
"default_icon": {
"19": "images\/icon-128.png",
"38": "images\/icon-128.png"
},
"default_title": "Startup Erector",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"images\/banana.png",
"images\/icon-128.png",
"images\/icon-19.png",
"images\/loading-38.svg",
"images\/loading-19.svg",
"images\/disable-38.png",
"images\/disable-19.png"
]
} | |