GiffyTube
Get links to 3 second GIFs of the YouTube video you're watching
Vad är GiffyTube?
GiffyTube är en Chrome-tillägg utvecklad av https://giffytu.be, och dess huvudfunktion är "Get links to 3 second GIFs of the YouTube video you're watching".
Tilläggsskärmbilder
Ladda ner GiffyTube-förlängningens CRX-fil
Ladda ner GiffyTube-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
Grundläggande Information om Tillägg
Namn | GiffyTube |
ID | fijjgkkihhmbajhllkonpghlniolbhgl |
Officiell webbadress | https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl |
Beskrivning | Get links to 3 second GIFs of the YouTube video you're watching |
Filstorlek | 8.34 KB |
Antal Installationer | 97 |
Aktuell Version | 0.0.11 |
Senast Uppdaterad | 2014-10-22 |
Publiceringsdatum | 2014-10-21 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://giffytu.be |
Betalningssätt | free |
Tilläggswebbplats | http://giffytu.be |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.11", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*", "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "scripts\/inject.js", "scripts\/vendor\/react\/react.js" ] } |