CNN Video
This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.
Vad är CNN Video?
CNN Video är en Chrome-tillägg utvecklad av Gadsy, och dess huvudfunktion är "This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.".
Ladda ner CNN Video-förlängningens CRX-fil
Ladda ner CNN 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
This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | gmhmgjaaehajekeigmieacnedhcbbbhd |
Officiell webbadress | https://chrome.google.com/webstore/detail/cnn-video/gmhmgjaaehajekeigmieacnedhcbbbhd |
Beskrivning | This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page. |
Filstorlek | 3.26 KB |
Antal Installationer | 52 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2012-10-05 |
Publiceringsdatum | 2012-10-05 |
Utvecklare | Gadsy |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html", "icons": [ "" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/www.cnn.com\/video\/?*" ] } ], "manifest_version": 2, "name": "CNN Video", "version": "1.0" } |