Video Player 2.0 Dimensions
This extension allows you to calculate the size of the Flash object of Video Player desktop.
Vad är Video Player 2.0 Dimensions?
Video Player 2.0 Dimensions är en Chrome-tillägg utvecklad av mbrz, och dess huvudfunktion är "This extension allows you to calculate the size of the Flash object of Video Player desktop.".
Tilläggsskärmbilder
Ladda ner Video Player 2.0 Dimensions-förlängningens CRX-fil
Ladda ner Video Player 2.0 Dimensions-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
This extension allows you to calculate the size of the Flash object of Video Player desktop.Now with chapters.
Grundläggande Information om Tillägg
Namn | |
ID | gagpjmpkeklcbgfkepenoknjmjkgplfa |
Officiell webbadress | https://chrome.google.com/webstore/detail/video-player-20-dimension/gagpjmpkeklcbgfkepenoknjmjkgplfa |
Beskrivning | This extension allows you to calculate the size of the Flash object of Video Player desktop. |
Filstorlek | 59.26 KB |
Antal Installationer | 680 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-08-18 |
Publiceringsdatum | 2015-08-18 |
Betyg | 4.89/5 Totalt 9 Betyg |
Utvecklare | mbrz |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Player 2.0 Dimensions", "short_name": "VP2D", "description": "This extension allows you to calculate the size of the Flash object of Video Player desktop.", "version": "1.1", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |