UnblockedWhere
Suggests countries where a blocked video is unblocked
Hvad er UnblockedWhere?
UnblockedWhere er en Chrome-udvidelse udviklet af stefanpetersen1, og dens hovedfunktion er "Suggests countries where a blocked video is unblocked".
Udvidelsesskærmbilleder
Download UnblockedWhere-udvidelses-CRX-fil
Download UnblockedWhere-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
Have you ever wanted to watch a blocked YouTube video, but aren't sure what countries the video is available in? UnblockedWhere is a lightweight, unobtrusive Chrome extension that will enhance your YouTube experience. If you visit a video that is blocked in your country, UnblockedWhere will provide a popup message suggesting four countries where the video isn't blocked. Install now and never worry again about finding a working country for video watching!
**This extension is very new. If you have any issues, please contact**
All code is publicly available on GitHub (under support link). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jjgbngbalckgedkeaiebljnehncimimb |
| Officiel URL | https://chromewebstore.google.com/detail/unblockedwhere/jjgbngbalckgedkeaiebljnehncimimb |
| Beskrivelse | Suggests countries where a blocked video is unblocked |
| Filstørrelse | 789 KB |
| Antal Installationer | 145 |
| Nuværende Version | 1.0.1.2 |
| Senest Opdateret | 2014-03-20 |
| Udgivelsesdato | 2014-03-19 |
| Udvikler | stefanpetersen1 |
| Betalingsmetode | free |
| Hjælpeside-URL | https://github.com/BlingCrozby/UnblockedWhere |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "UnblockedWhere",
"description": "Suggests countries where a blocked video is unblocked",
"permissions": [
"notifications",
"tabs"
],
"background": {
"page": "background.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/freegeoip.net\/json\/; 'https:\/\/gdata.youtube.com\/feeds\/api\/videos\/'; object-src 'self'",
"version": "1.0.1.2",
"manifest_version": 2
} | |