Multi Pin
Select multiple pins to pin on Pinterest
What is Multi Pin?
Multi Pin is a Chrome extension developed by http://albertzak.com, and its main feature is "Select multiple pins to pin on Pinterest".
Extension Screenshots
Download Multi Pin Extension CRX File
Download Multi Pin 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
Pinterest Power Users: Ever wanted to re-pin hundreds of pins simultaneously? Now you can select multiple pins and pin them all to one of your boards with one click. Update: January 16, 2016: It's working again! Sorry for keeping you waiting for so long. Note: Currently works only on User's Boards. Will add support for home feed and related pins soon! Would you like a new feature? Do you have a bug to report? Email me at: [email protected] Thanks for using my Chrome Extension!
Extension Basic Information
Name | |
ID | ncbedailpaldcnmijnhchioplmkpheco |
Official URL | https://chrome.google.com/webstore/detail/multi-pin/ncbedailpaldcnmijnhchioplmkpheco |
Description | Select multiple pins to pin on Pinterest |
File Size | 3.09 MB |
Installation Count | 205 |
Current Version | 0.0.4 |
Last Updated | 2016-01-16 |
Publish Date | 2016-01-16 |
Rating | 1.88/5 Total 16 Ratings |
Developer | http://albertzak.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multi Pin", "short_name": "MultiPin", "version": "0.0.4", "manifest_version": 2, "description": "Select multiple pins to pin on Pinterest", "homepage_url": "http:\/\/albertzak.com", "icons": { "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*.pinterest.com\/*\/*", "http:\/\/*.pinterest.com\/*\/*" ], "web_accessible_resources": [ "src\/multipin.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.pinterest.com\/*\/*", "http:\/\/*.pinterest.com\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |