Pinterest Plus Premium
Enhancement of Pinterest web
Τι είναι το Pinterest Plus Premium;
Το Pinterest Plus Premium είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Snurf Corp., και η κύρια λειτουργία του είναι "Enhancement of Pinterest web".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pinterest Plus Premium
Λήψη αρχείων επέκτασης Pinterest Plus Premium σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This tools lets you know save and repin in a pin even you can sort pins without having to scroll for hours to get best save and repin value. Benefits: - Find the most popular pins for a niche or by keyword. - Discover New Ideas. - Easily Identify The Most Viral Designs, or Concepts. Features: - Upload image to Pinterest account right-click on the image you want to pin, after that enter the url you want to go to in the image. don't upload image if you don't have permission for that image. - Sort -- Sort by Save -- Sort by Repins -- Sort by Create Date - Analytic (will show if have at least 90'day statistic of your pin) under pin pinterest is 30'day (only you own pin) -- impression | closeup | clickthrough - Niche / topic suggestion for long tail keyword if you are confused about a niche or keyword. This feature can help you find out what is done between keywords that are popular on Pinterest. -- Generated hashtag by keyword generated hashtag with pin counts by your keyword -- Generated Related keyword get related word with your keyword - Download image with high resolution and unlimited download limit For more picture to download you need to do the sorting first. -- Get Description, and url image - Get Keyword (with cpc , compt, volume (US keyword)) - Get user status ( index or noindex, reach etc ) - Follow user - and many more Disclaimer: this Chrome extension no way affiliated with, authorized, maintained, sponsored or endorsed by Pinterest or any of its affiliates or subsidiaries. We are not responsible for your actions and any damage to your Pinterest account. As It’s Very Clear, the tools Depends on Pinterest . We’re Not Responsible If Pinterest Made Critical Changes in Their Side. Although We Always Try to Make the tools up to Date, Sometimes It Might Not Be Possible to Find a Proper Workaround. We Don’t Guarantee That the Compatibility of the tools with Pinterest Will Be Forever. Use at Your Own Risk. We Don’t Provide Any Refund for Problems That Are Originated from Pinterest . ----------------------------------- PLEASE RATE US ---------------------------------- Spread love and tell your friends about it by sharing a tiny.cc/pinterestplus link!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | klhjahjcehcmidlkfmjhjpkloenojjnp |
Επίσημο URL | https://chromewebstore.google.com/detail/pinterest-plus-premium/klhjahjcehcmidlkfmjhjpkloenojjnp |
Περιγραφή | Enhancement of Pinterest web |
Μέγεθος Αρχείου | 54.83 KB |
Αριθμός Εγκαταστάσεων | 22 |
Τρέχουσα Έκδοση | 3.1.5 |
Τελευταία Ενημέρωση | 2020-10-11 |
Ημερομηνία Δημοσίευσης | 2020-05-17 |
Αξιολόγηση | 4.17/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Snurf Corp. |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Iquaridys/Snurf-Corp |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Iquaridys/Snurf-Corp |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "author": "Snurf Corp", "background": { "persistent": false, "scripts": [ "a\/tawakkal.js" ] }, "browser_action": { "default_icon": { "19": "a\/icon.png", "38": "a\/icon.png" }, "default_popup": "popup.html", "default_title": "Pinterest Plus" }, "content_scripts": [ { "css": [ "a\/sopan.css" ], "js": [ "a\/jquery.min.js", "a\/jquery.initialize.min.js", "a\/amanah.js", "a\/berkah.js" ], "matches": [ "*:\/\/*\/*" ] } ], "web_accessible_resources": [ "a\/*" ], "icons": { "128": "a\/icon.png", "16": "a\/icon.png", "48": "a\/icon.png" }, "manifest_version": 2, "minimum_chrome_version": "37", "name": "Pinterest Plus Premium", "short_name": "Pin Plus", "description": "Enhancement of Pinterest web", "permissions": [ "*:\/\/*\/*", "activeTab", "background", "downloads", "contextMenus" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.5" } |