GetThetPic!
Download any photo from Instagram easily with this simple extension.
什麼是GetThetPic!?
GetThetPic!是由http://kenji.ai開發的Chrome擴展程式,該擴展的主要功能是“Download any photo from Instagram easily with this simple extension.”。
擴展截圖
下載GetThetPic!擴展crx文件
下載GetThetPic!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Download any photo from Instagram the easy way within two clicks! Our downloader extension integrates seamlessly into your web browsing experience. Here's how it works: all you need to do is right-click on any photo when you're on the website. After that, you're able to do three things. You can either download the photo, open it in a new tab, or simply get the direct image URL by copying it. This is the simplest app you'll ever use. It's also lightweight and doesn't affect your browsing experience at all. Happy downloading!
擴展基本資訊
名稱 | |
ID | fkdmnfbeaepmildaolaoicjbfkghpcco |
官方網址 | https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco |
簡介 | Download any photo from Instagram easily with this simple extension. |
檔案大小 | 26.83 KB |
安裝次數 | 6,861 |
目前版本 | 3.0.8 |
更新時間 | 2019-04-08 |
上架時間 | 2019-04-08 |
評分 | 3.78/5 共 60 次評分 |
開發者 | http://kenji.ai |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.kenji.ai |
說明頁面URL | https://github.com/odditive/instagram-image-url |
隱私政策頁面URL | https://kenji.ai/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetThetPic!", "description": "Download any photo from Instagram easily with this simple extension.", "version": "3.0.8", "icons": { "16": "resources\/insta-16.png", "48": "resources\/insta-48.png", "128": "resources\/insta-128.png" }, "author": "Kenji.ai", "homepage_url": "http:\/\/www.kenji.ai", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "contextMenus", "downloads" ] } |