ADHD video
To unleash uncompromising video speed
Vad är ADHD video?
ADHD video är en Chrome-tillägg utvecklad av timo.l.saarinen, och dess huvudfunktion är "To unleash uncompromising video speed".
Ladda ner ADHD video-förlängningens CRX-fil
Ladda ner ADHD video-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 | |
ID | palkgpiabaalgpahadddpgfnlpnibnol |
Officiell webbadress | https://chrome.google.com/webstore/detail/adhd-video/palkgpiabaalgpahadddpgfnlpnibnol |
Beskrivning | To unleash uncompromising video speed |
Filstorlek | 45.44 KB |
Antal Installationer | 42 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-02-26 |
Publiceringsdatum | 2015-02-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | timo.l.saarinen |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ADHD video", "description": "To unleash uncompromising video speed", "version": "0.1", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "adhd.js" ] } ], "permissions": [ "activeTab" ] } |