Naver post scrapper tracker
It shows you lists of scrappers who scrapped Naver posts!
What is Naver post scrapper tracker?
Naver post scrapper tracker is a Chrome extension developed by K., and its main feature is "It shows you lists of scrappers who scrapped Naver posts!".
Extension Screenshots
Download Naver post scrapper tracker Extension CRX File
Download Naver post scrapper tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
어떤 네이버 블로그·카페의 글을 스크랩한 사람이 누구인지 알고 싶을 때가 있죠. 그럴 때에 쓸 수 있는 것이 이 확장 프로그램입니다. **로그인이 필요 없습니다. 다른 사람의 글에 대해 스크랩한 사람을 알아 낼 수도 있지요.** 한번 써 보세요. 활용하는 방법은 많이 있답니다. When you want to check the scrappers who scrapped a Naver blog post or a Naver cafe article, you may have to use this application. **You don't need to sign-in, and also you can get the information for other's posts.** Try it, Naver users. It's awesome. ********** 1.0: 일단 쓸 수 있을 정도로만 만들었습니다.
Extension Basic Information
Name | |
ID | olececlcdnhndlmacaiiindibobjadpa |
Official URL | https://chrome.google.com/webstore/detail/naver-post-scrapper-track/olececlcdnhndlmacaiiindibobjadpa |
Description | It shows you lists of scrappers who scrapped Naver posts! |
File Size | 120 KB |
Installation Count | 137 |
Current Version | 1.0 |
Last Updated | 2016-06-18 |
Publish Date | 2016-06-18 |
Rating | 4.00/5 Total 1 Ratings |
Developer | K. |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Naver post scrapper tracker", "version": "1.0", "description": "It shows you lists of scrappers who scrapped Naver posts!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "main.html" }, "author": "K.([email protected])", "permissions": [ "tabs", "http:\/\/cafe.naver.com\/CafeScrapHistory.nhn", "http:\/\/blog.naver.com\/ScrapHistory.nhn" ], "web_accessible_resources": [ "icons\/*.png" ] } |