PushCC
PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
Vad är PushCC?
PushCC är en Chrome-tillägg utvecklad av Tool Maker Lab, och dess huvudfunktion är "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".
Tilläggsskärmbilder
Ladda ner PushCC-förlängningens CRX-fil
Ladda ner PushCC-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
PushCC is a Google chrome extension to transcribe your YouTube video with a single click. This works with 120 languages and this helps to boost up your YouTube SEO. Also, over 70% of the people watch video in mute so the subtitle can help them to engage with your YouTube videos.
Grundläggande Information om Tillägg
Namn | |
ID | ggkjfoioamiagdigfidnanfjccjldfmm |
Officiell webbadress | https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm |
Beskrivning | PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO. |
Filstorlek | 51.12 KB |
Antal Installationer | 170 |
Aktuell Version | 1.6.6 |
Senast Uppdaterad | 2020-08-22 |
Publiceringsdatum | 2020-05-02 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | Tool Maker Lab |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://pushcc.com/ |
Hjälpsida URL | https://pushcc.com/ |
URL till Sekretesspolicy Sidan | https://pushcc.com/privacy-policy |
Stödda Språk | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PushCC", "description": "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.", "version": "1.6.6", "icons": { "64": "img\/icon64.png", "128": "img\/icon128.png" }, "permissions": [ "notifications", "storage", "tabs" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "img\/icon64.png", "128": "img\/icon128.png" } }, "content_security_policy": "script-src 'self' https:\/\/unpkg.com https:\/\/code.jquery.com;", "background": { "scripts": [ "scripts\/env.js", "scripts\/jquery-3.4.1.min.js", "scripts\/background.js" ] } } |