TubeSpy
Research tool for Youtube Marketers
TubeSpy क्या है?
TubeSpy https://freedmtools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Research tool for Youtube Marketers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TubeSpy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
TubeSpy is a very simple and straightforward app to find the tags or the keywords every YouTube video is using. The app is very easy to use! Just follow these few steps: Step 1: Download and install the TubeSpy chrome extension. Step 2: Open the YouTube video you want to analyze. Step 3: Scroll down and just below the description, you will see a list of keywords/tags content creator is using. * You don't have to do anything else! TubeSpy automatically shows all the keywords or tags under the video description. * The best part is app is 100% free and all the upcoming features will be free forever. Note: If the video creator did not use any keywords/tags, the tag section will remain empty.
एक्सटेंशन की मूल जानकारी
नाम | TubeSpy |
ID | neiniapfbeidannklahdacbbhlmkbndl |
आधिकारिक URL | https://chromewebstore.google.com/detail/tubespy/neiniapfbeidannklahdacbbhlmkbndl |
विवरण | Research tool for Youtube Marketers |
फ़ाइल का आकार | 58.55 KB |
स्थापना संख्या | 875 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2021-11-02 |
प्रकाशन तिथि | 2021-10-16 |
रेटिंग | 4.43/5 कुल 14 रेटिंग्स |
डेवलपर | https://freedmtools.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://freedmtools.com |
सहायता पृष्ठ URL | https://freedmtools.com/contact |
गोपनीयता नीति पृष्ठ URL | https://freedmtools.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TubeSpy", "version": "0.0.3", "description": "Research tool for Youtube Marketers", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "web_accessible_resources": [ { "resources": [ "interceptor.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content-script-youtube.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" } } |