Where's that Sound?
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Hvad er Where's that Sound??
Where's that Sound? er en Chrome-udvidelse udviklet af http://www.maui.at, og dens hovedfunktion er "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".
Udvidelsesskærmbilleder
Download Where's that Sound?-udvidelses-CRX-fil
Download Where's that Sound?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Allows you to find any playing video within your Google+ Stream, even if you scrolled away. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kcjppglmaccmdjnpidgfjmmegofnoddb |
| Officiel URL | https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb |
| Beskrivelse | Allows you to find any playing video within your Google+ Stream, even if you scrolled away. |
| Filstørrelse | 56.58 KB |
| Antal Installationer | 36 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2014-05-09 |
| Udgivelsesdato | 2014-05-09 |
| Udvikler | http://www.maui.at |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Where's that Sound?",
"version": "0.0.1",
"author": "Sebastian Mauer",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/plus.google.com\/*",
"https:\/\/plus.google.com\/*",
"http:\/\/*.youtube.com\/*",
"https:\/\/*.youtube.com\/*"
],
"css": [
"wts.css"
],
"all_frames": true,
"js": [
"jquery.js",
"wts.js"
]
}
],
"web_accessible_resources": [
"*.png"
],
"manifest_version": 2
} | |