Startup Erector
Startup Erector
Vad är Startup Erector?
Startup Erector är en Chrome-tillägg utvecklad av http://startup-erector.com, och dess huvudfunktion är "Startup Erector".
Tilläggsskärmbilder
Ladda ner Startup Erector-förlängningens CRX-fil
Ladda ner Startup Erector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jhjpkhmabonceielclcmfnilccaemoap |
Officiell webbadress | https://chrome.google.com/webstore/detail/startup-erector/jhjpkhmabonceielclcmfnilccaemoap |
Beskrivning | Startup Erector |
Filstorlek | 51.31 KB |
Antal Installationer | 62 |
Aktuell Version | 0.0.17 |
Senast Uppdaterad | 2016-11-19 |
Publiceringsdatum | 2016-11-19 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | http://startup-erector.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |